Html Css Color HEX #A2AF02 Citrus

📋 copy color: '#A2AF02'

red 162 ◦ green 175 ◦ blue 2

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

Shades of Citrus #A2AF02

Tints of Citrus #A2AF02

RGB

 RED value IS 162 (63.67% from 255) = 47.79%

 GREEN value IS 175 (68.75% from 255) = 51.62%

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

R = 47.79%
G = 51.62%
B = 0.59%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#A2AF02 (or 0xA2AF02) is known color: Citrus. HEX triplet: A2, AF and 02. RGB value is (162,175,2). Sum of RGB (Red+Green+Blue) = 162+175+2=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 2 (1.17% from 255 or 0.59% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AF02 is #5D50FD. Grayscale: #989898. Windows color (decimal): -6115582 or 176034. OLE color: 176034.

HSL color Cylindrical-coordinate representation of color #A2AF02: hue angle of 64.51º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A2AF02 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 162 175 2 -
CMYK 0.07 0 0.99 0.31
HSL 64.51º 0.98% 0.35% -
HSV(B) 64.51º 0.99% 0.69% -
XYZ 30.24 38.35 5.87 -
YUV 151.39 43.69 135.57 -
System Red Green Blue C M Y K H S L
Decimal 162 175 2 0.07 0 0.99 0.31 64.51 0.98 0.35
Hex A2 AF 2 7 0 63 1F 41 62 23
Octal 242 257 2 7 0 143 37 101 142 43
Binary 10100010 10101111 10 111 0 1100011 11111 1000001 1100010 100011

Color Harmonies of #A2AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF02

Black with #A2AF02

Text Example


Text Example

White with #A2AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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