Html Css Color HEX #AFCC08 La Rioja

📋 copy color: '#AFCC08'

red 175 ◦ green 204 ◦ blue 8

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

Shades of La Rioja #AFCC08

Tints of La Rioja #AFCC08

RGB

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

 GREEN value IS 204 (80.08% from 255) = 52.71%

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

R = 45.22%
G = 52.71%
B = 2.07%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0.2

RGB Variations

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

Color information

#AFCC08 (or 0xAFCC08) is known color: La Rioja. HEX triplet: AF, CC and 08. RGB value is (175,204,8). Sum of RGB (Red+Green+Blue) = 175+204+8=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 204 (80.08% from 255 or 52.71% from 387); Blue value is 8 (3.52% from 255 or 2.07% from 387); Max value from RGB is 204 - color contains mainly: green. Hex color #AFCC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCC08 is #5033F7. Grayscale: #ADADAD. Windows color (decimal): -5256184 or 576687. OLE color: 576687.

HSL color Cylindrical-coordinate representation of color #AFCC08: hue angle of 68.88º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFCC08 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.

Color convert

RGB 175 204 8 -
CMYK 0.14 0 0.96 0.2
HSL 68.88º 0.92% 0.42% -
HSV(B) 68.88º 0.96% 0.8% -
XYZ 39.32 52.32 8.26 -
YUV 172.99 34.89 129.44 -
System Red Green Blue C M Y K H S L
Decimal 175 204 8 0.14 0 0.96 0.2 68.88 0.92 0.42
Hex AF CC 8 E 0 60 14 45 5C 2A
Octal 257 314 10 16 0 140 24 105 134 52
Binary 10101111 11001100 1000 1110 0 1100000 10100 1000101 1011100 101010

Color Harmonies of #AFCC08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCC08

Black with #AFCC08

Text Example


Text Example

White with #AFCC08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCC08; }

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

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

background-color css

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

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

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

border-color css

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

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

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