Html Css Color HEX #AFC008 La Rioja

📋 copy color: '#AFC008'

red 175 ◦ green 192 ◦ blue 8

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

Shades of La Rioja #AFC008

Tints of La Rioja #AFC008

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

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

R = 46.67%
G = 51.2%
B = 2.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#AFC008 (or 0xAFC008) is known color: La Rioja. HEX triplet: AF, C0 and 08. RGB value is (175,192,8). Sum of RGB (Red+Green+Blue) = 175+192+8=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 8 (3.52% from 255 or 2.13% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC008 is #503FF7. Grayscale: #A6A6A6. Windows color (decimal): -5259256 or 573615. OLE color: 573615.

HSL color Cylindrical-coordinate representation of color #AFC008: hue angle of 65.54º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFC008 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.25.

Color convert

RGB 175 192 8 -
CMYK 0.09 0 0.96 0.25
HSL 65.54º 0.92% 0.39% -
HSV(B) 65.54º 0.96% 0.75% -
XYZ 36.57 46.83 7.34 -
YUV 165.94 38.87 134.46 -
System Red Green Blue C M Y K H S L
Decimal 175 192 8 0.09 0 0.96 0.25 65.54 0.92 0.39
Hex AF C0 8 9 0 60 19 42 5C 27
Octal 257 300 10 11 0 140 31 102 134 47
Binary 10101111 11000000 1000 1001 0 1100000 11001 1000010 1011100 100111

Color Harmonies of #AFC008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC008

Black with #AFC008

Text Example


Text Example

White with #AFC008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC008; }

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

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

background-color css

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

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

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

border-color css

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

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

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