Html Css Color HEX #AFC006 La Rioja

📋 copy color: '#AFC006'

red 175 ◦ green 192 ◦ blue 6

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

Shades of La Rioja #AFC006

Tints of La Rioja #AFC006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.61%

R = 46.92%
G = 51.47%
B = 1.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#AFC006 (or 0xAFC006) is known color: La Rioja. HEX triplet: AF, C0 and 06. RGB value is (175,192,6). Sum of RGB (Red+Green+Blue) = 175+192+6=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC006 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC006 is #503FF9. Grayscale: #A6A6A6. Windows color (decimal): -5259258 or 442543. OLE color: 442543.

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

Color convert

RGB 175 192 6 -
CMYK 0.09 0 0.97 0.25
HSL 65.48º 0.94% 0.39% -
HSV(B) 65.48º 0.97% 0.75% -
XYZ 36.56 46.83 7.28 -
YUV 165.71 37.87 134.62 -
System Red Green Blue C M Y K H S L
Decimal 175 192 6 0.09 0 0.97 0.25 65.48 0.94 0.39
Hex AF C0 6 9 0 61 19 41 5E 27
Octal 257 300 6 11 0 141 31 101 136 47
Binary 10101111 11000000 110 1001 0 1100001 11001 1000001 1011110 100111

Color Harmonies of #AFC006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC006

Black with #AFC006

Text Example


Text Example

White with #AFC006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC006; }

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

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

background-color css

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

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

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

border-color css

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

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

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