Html Css Color HEX #AFC209 La Rioja

📋 copy color: '#AFC209'

red 175 ◦ green 194 ◦ blue 9

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

Shades of La Rioja #AFC209

Tints of La Rioja #AFC209

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.32%

 BLUE value IS 9 (3.91% from 255) = 2.38%

R = 46.3%
G = 51.32%
B = 2.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#AFC209 (or 0xAFC209) is known color: La Rioja. HEX triplet: AF, C2 and 09. RGB value is (175,194,9). Sum of RGB (Red+Green+Blue) = 175+194+9=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 194 (76.17% from 255 or 51.32% from 378); Blue value is 9 (3.91% from 255 or 2.38% from 378); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC209 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC209 is #503DF6. Grayscale: #A7A7A7. Windows color (decimal): -5258743 or 639663. OLE color: 639663.

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

Color convert

RGB 175 194 9 -
CMYK 0.10 0 0.95 0.24
HSL 66.16º 0.91% 0.4% -
HSV(B) 66.16º 0.95% 0.76% -
XYZ 37.02 47.72 7.52 -
YUV 167.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 175 194 9 0.10 0 0.95 0.24 66.16 0.91 0.4
Hex AF C2 9 A 0 5F 18 42 5B 28
Octal 257 302 11 12 0 137 30 102 133 50
Binary 10101111 11000010 1001 1010 0 1011111 11000 1000010 1011011 101000

Color Harmonies of #AFC209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC209

Black with #AFC209

Text Example


Text Example

White with #AFC209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC209; }

 p { color: rgb(175,194,9); }

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

background-color css

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

 a { background-color: rgb(175,194,9); }

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

border-color css

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

 span { border-color: rgb(175,194,9); }

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