Html Css Color HEX #AFC802 La Rioja

📋 copy color: '#AFC802'

red 175 ◦ green 200 ◦ blue 2

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

Shades of La Rioja #AFC802

Tints of La Rioja #AFC802

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.05%

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

R = 46.42%
G = 53.05%
B = 0.53%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#AFC802 (or 0xAFC802) is known color: La Rioja. HEX triplet: AF, C8 and 02. RGB value is (175,200,2). Sum of RGB (Red+Green+Blue) = 175+200+2=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #AFC802 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC802 is #5037FD. Grayscale: #AAAAAA. Windows color (decimal): -5257214 or 182447. OLE color: 182447.

HSL color Cylindrical-coordinate representation of color #AFC802: hue angle of 67.58º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AFC802 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 175 200 2 -
CMYK 0.12 0 0.99 0.22
HSL 67.58º 0.98% 0.4% -
HSV(B) 67.58º 0.99% 0.78% -
XYZ 38.34 50.43 7.77 -
YUV 169.95 33.22 131.6 -
System Red Green Blue C M Y K H S L
Decimal 175 200 2 0.12 0 0.99 0.22 67.58 0.98 0.4
Hex AF C8 2 C 0 63 16 44 62 28
Octal 257 310 2 14 0 143 26 104 142 50
Binary 10101111 11001000 10 1100 0 1100011 10110 1000100 1100010 101000

Color Harmonies of #AFC802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC802

Black with #AFC802

Text Example


Text Example

White with #AFC802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC802; }

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

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

background-color css

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

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

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

border-color css

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

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

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