Html Css Color HEX #AFC30D La Rioja

📋 copy color: '#AFC30D'

red 175 ◦ green 195 ◦ blue 13

#AFC30D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #AFC30D

Tints of La Rioja #AFC30D

RGB

 RED value IS 175 (68.75% from 255) = 45.69%

 GREEN value IS 195 (76.56% from 255) = 50.91%

 BLUE value IS 13 (5.47% from 255) = 3.39%

R = 45.69%
G = 50.91%
B = 3.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFC30D (or 0xAFC30D) is known color: La Rioja. HEX triplet: AF, C3 and 0D. RGB value is (175,195,13). Sum of RGB (Red+Green+Blue) = 175+195+13=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 195 (76.56% from 255 or 50.91% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 195 - color contains mainly: green. Hex color #AFC30D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC30D is #503CF2. Grayscale: #A8A8A8. Windows color (decimal): -5258483 or 902063. OLE color: 902063.

HSL color Cylindrical-coordinate representation of color #AFC30D: hue angle of 66.59º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AFC30D is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 195 13 -
CMYK 0.10 0 0.93 0.24
HSL 66.59º 0.88% 0.41% -
HSV(B) 66.59º 0.93% 0.76% -
XYZ 37.27 48.17 7.71 -
YUV 168.27 40.37 132.8 -
System Red Green Blue C M Y K H S L
Decimal 175 195 13 0.10 0 0.93 0.24 66.59 0.88 0.41
Hex AF C3 D A 0 5D 18 43 58 29
Octal 257 303 15 12 0 135 30 103 130 51
Binary 10101111 11000011 1101 1010 0 1011101 11000 1000011 1011000 101001

Color Harmonies of #AFC30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC30D

Black with #AFC30D

Text Example


Text Example

White with #AFC30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC30D; }

 p { color: rgb(175,195,13); }

 H1.HeaderClassName
 {
   color: #AFC30D;
 }
 .AnyTagClassName
 {
   color: #AFC30D;
 }
</style>

background-color css

<style>
 a { background-color: #AFC30D; }

 a { background-color: rgb(175,195,13); }

 div.DivClassName
 {
   background-color: #AFC30D;
 }
 .BgClassName
 {
   background-color: #AFC30D;
 }
</style>

border-color css

<style>
 span { border-color: #AFC30D; }

 span { border-color: rgb(175,195,13); }

 td.TdClassName
 {
   border-color: #AFC30D;
 }
 .TagClassName
 {
   border-color: #AFC30D;
 }
</style>