Html Css Color HEX #AFCE08 La Rioja

📋 copy color: '#AFCE08'

red 175 ◦ green 206 ◦ blue 8

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

Shades of La Rioja #AFCE08

Tints of La Rioja #AFCE08

RGB

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

 GREEN value IS 206 (80.86% from 255) = 52.96%

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

R = 44.99%
G = 52.96%
B = 2.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#AFCE08 (or 0xAFCE08) is known color: La Rioja. HEX triplet: AF, CE and 08. RGB value is (175,206,8). Sum of RGB (Red+Green+Blue) = 175+206+8=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 206 (80.86% from 255 or 52.96% from 389); Blue value is 8 (3.52% from 255 or 2.06% from 389); Max value from RGB is 206 - color contains mainly: green. Hex color #AFCE08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFCE08 is #5031F7. Grayscale: #AEAEAE. Windows color (decimal): -5255672 or 577199. OLE color: 577199.

HSL color Cylindrical-coordinate representation of color #AFCE08: hue angle of 69.39º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AFCE08 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 175 206 8 -
CMYK 0.15 0 0.96 0.19
HSL 69.39º 0.93% 0.42% -
HSV(B) 69.39º 0.96% 0.81% -
XYZ 39.79 53.27 8.42 -
YUV 174.16 34.23 128.6 -
System Red Green Blue C M Y K H S L
Decimal 175 206 8 0.15 0 0.96 0.19 69.39 0.93 0.42
Hex AF CE 8 F 0 60 13 45 5D 2A
Octal 257 316 10 17 0 140 23 105 135 52
Binary 10101111 11001110 1000 1111 0 1100000 10011 1000101 1011101 101010

Color Harmonies of #AFCE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFCE08

Black with #AFCE08

Text Example


Text Example

White with #AFCE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFCE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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