Html Css Color HEX #AFC002 La Rioja

📋 copy color: '#AFC002'

red 175 ◦ green 192 ◦ blue 2

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

Shades of La Rioja #AFC002

Tints of La Rioja #AFC002

RGB

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

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

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

R = 47.43%
G = 52.03%
B = 0.54%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#AFC002 (or 0xAFC002) is known color: La Rioja. HEX triplet: AF, C0 and 02. RGB value is (175,192,2). Sum of RGB (Red+Green+Blue) = 175+192+2=369 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.43% from 369); Green value is 192 (75.39% from 255 or 52.03% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 192 - color contains mainly: green. Hex color #AFC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AFC002 is #503FFD. Grayscale: #A6A6A6. Windows color (decimal): -5259262 or 180399. OLE color: 180399.

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

Color convert

RGB 175 192 2 -
CMYK 0.09 0 0.99 0.25
HSL 65.37º 0.98% 0.38% -
HSV(B) 65.37º 0.99% 0.75% -
XYZ 36.54 46.82 7.17 -
YUV 165.26 35.87 134.95 -
System Red Green Blue C M Y K H S L
Decimal 175 192 2 0.09 0 0.99 0.25 65.37 0.98 0.38
Hex AF C0 2 9 0 63 19 41 62 26
Octal 257 300 2 11 0 143 31 101 142 46
Binary 10101111 11000000 10 1001 0 1100011 11001 1000001 1100010 100110

Color Harmonies of #AFC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC002

Black with #AFC002

Text Example


Text Example

White with #AFC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC002; }

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

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

background-color css

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

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

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

border-color css

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

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

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