Html Css Color HEX #AFC408 La Rioja

📋 copy color: '#AFC408'

red 175 ◦ green 196 ◦ blue 8

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

Shades of La Rioja #AFC408

Tints of La Rioja #AFC408

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.72%

 BLUE value IS 8 (3.52% from 255) = 2.11%

R = 46.17%
G = 51.72%
B = 2.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#AFC408 (or 0xAFC408) is known color: La Rioja. HEX triplet: AF, C4 and 08. RGB value is (175,196,8). Sum of RGB (Red+Green+Blue) = 175+196+8=379 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.17% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 8 (3.52% from 255 or 2.11% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #AFC408 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC408 is #503BF7. Grayscale: #A9A9A9. Windows color (decimal): -5258232 or 574639. OLE color: 574639.

HSL color Cylindrical-coordinate representation of color #AFC408: hue angle of 66.7º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFC408 is Cyan = 0.11, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 196 8 -
CMYK 0.11 0 0.96 0.23
HSL 66.7º 0.92% 0.4% -
HSV(B) 66.7º 0.96% 0.77% -
XYZ 37.46 48.61 7.64 -
YUV 168.29 37.54 132.79 -
System Red Green Blue C M Y K H S L
Decimal 175 196 8 0.11 0 0.96 0.23 66.7 0.92 0.4
Hex AF C4 8 B 0 60 17 43 5C 28
Octal 257 304 10 13 0 140 27 103 134 50
Binary 10101111 11000100 1000 1011 0 1100000 10111 1000011 1011100 101000

Color Harmonies of #AFC408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC408

Black with #AFC408

Text Example


Text Example

White with #AFC408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC408; }

 p { color: rgb(175,196,8); }

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

background-color css

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

 a { background-color: rgb(175,196,8); }

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

border-color css

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

 span { border-color: rgb(175,196,8); }

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