Html Css Color HEX #AFC20C La Rioja

📋 copy color: '#AFC20C'

red 175 ◦ green 194 ◦ blue 12

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

Shades of La Rioja #AFC20C

Tints of La Rioja #AFC20C

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

 BLUE value IS 12 (5.08% from 255) = 3.15%

R = 45.93%
G = 50.92%
B = 3.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AFC20C (or 0xAFC20C) is known color: La Rioja. HEX triplet: AF, C2 and 0C. RGB value is (175,194,12). Sum of RGB (Red+Green+Blue) = 175+194+12=381 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.93% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 12 (5.08% from 255 or 3.15% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC20C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC20C is #503DF3. Grayscale: #A8A8A8. Windows color (decimal): -5258740 or 836271. OLE color: 836271.

HSL color Cylindrical-coordinate representation of color #AFC20C: hue angle of 66.26º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AFC20C is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 175 194 12 -
CMYK 0.10 0 0.94 0.24
HSL 66.26º 0.88% 0.4% -
HSV(B) 66.26º 0.94% 0.76% -
XYZ 37.04 47.72 7.61 -
YUV 167.57 40.21 133.3 -
System Red Green Blue C M Y K H S L
Decimal 175 194 12 0.10 0 0.94 0.24 66.26 0.88 0.4
Hex AF C2 C A 0 5E 18 42 58 28
Octal 257 302 14 12 0 136 30 102 130 50
Binary 10101111 11000010 1100 1010 0 1011110 11000 1000010 1011000 101000

Color Harmonies of #AFC20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC20C

Black with #AFC20C

Text Example


Text Example

White with #AFC20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC20C; }

 p { color: rgb(175,194,12); }

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

background-color css

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

 a { background-color: rgb(175,194,12); }

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

border-color css

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

 span { border-color: rgb(175,194,12); }

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