Html Css Color HEX #AFC202 La Rioja

📋 copy color: '#AFC202'

red 175 ◦ green 194 ◦ blue 2

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

Shades of La Rioja #AFC202

Tints of La Rioja #AFC202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.54%

R = 47.17%
G = 52.29%
B = 0.54%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#AFC202 (or 0xAFC202) is known color: La Rioja. HEX triplet: AF, C2 and 02. RGB value is (175,194,2). Sum of RGB (Red+Green+Blue) = 175+194+2=371 (49% of max value = 765). Red value is 175 (68.75% from 255 or 47.17% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 2 (1.17% from 255 or 0.54% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #AFC202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC202 is #503DFD. Grayscale: #A7A7A7. Windows color (decimal): -5258750 or 180911. OLE color: 180911.

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

Color convert

RGB 175 194 2 -
CMYK 0.10 0 0.99 0.24
HSL 65.94º 0.98% 0.38% -
HSV(B) 65.94º 0.99% 0.76% -
XYZ 36.98 47.7 7.32 -
YUV 166.43 35.21 134.11 -
System Red Green Blue C M Y K H S L
Decimal 175 194 2 0.10 0 0.99 0.24 65.94 0.98 0.38
Hex AF C2 2 A 0 63 18 42 62 26
Octal 257 302 2 12 0 143 30 102 142 46
Binary 10101111 11000010 10 1010 0 1100011 11000 1000010 1100010 100110

Color Harmonies of #AFC202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC202

Black with #AFC202

Text Example


Text Example

White with #AFC202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC202; }

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

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

background-color css

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

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

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

border-color css

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

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

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