Html Css Color HEX #A2AF04 Citrus

📋 copy color: '#A2AF04'

red 162 ◦ green 175 ◦ blue 4

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

Shades of Citrus #A2AF04

Tints of Citrus #A2AF04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.17%

R = 47.51%
G = 51.32%
B = 1.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#A2AF04 (or 0xA2AF04) is known color: Citrus. HEX triplet: A2, AF and 04. RGB value is (162,175,4). Sum of RGB (Red+Green+Blue) = 162+175+4=341 (45% of max value = 765). Red value is 162 (63.67% from 255 or 47.51% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AF04 is #5D50FB. Grayscale: #989898. Windows color (decimal): -6115580 or 307106. OLE color: 307106.

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

Color convert

RGB 162 175 4 -
CMYK 0.07 0 0.98 0.31
HSL 64.56º 0.96% 0.35% -
HSV(B) 64.56º 0.98% 0.69% -
XYZ 30.25 38.35 5.92 -
YUV 151.62 44.69 135.4 -
System Red Green Blue C M Y K H S L
Decimal 162 175 4 0.07 0 0.98 0.31 64.56 0.96 0.35
Hex A2 AF 4 7 0 62 1F 41 60 23
Octal 242 257 4 7 0 142 37 101 140 43
Binary 10100010 10101111 100 111 0 1100010 11111 1000001 1100000 100011

Color Harmonies of #A2AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF04

Black with #A2AF04

Text Example


Text Example

White with #A2AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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