Html Css Color HEX #A2AF15 Citrus

📋 copy color: '#A2AF15'

red 162 ◦ green 175 ◦ blue 21

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

Shades of Citrus #A2AF15

Tints of Citrus #A2AF15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.87%

R = 45.25%
G = 48.88%
B = 5.87%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#A2AF15 (or 0xA2AF15) is known color: Citrus. HEX triplet: A2, AF and 15. RGB value is (162,175,21). Sum of RGB (Red+Green+Blue) = 162+175+21=358 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.25% from 358); Green value is 175 (68.75% from 255 or 48.88% from 358); Blue value is 21 (8.59% from 255 or 5.87% from 358); Max value from RGB is 175 - color contains mainly: green. Hex color #A2AF15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2AF15 is #5D50EA. Grayscale: #9A9A9A. Windows color (decimal): -6115563 or 1421218. OLE color: 1421218.

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

Color convert

RGB 162 175 21 -
CMYK 0.07 0 0.88 0.31
HSL 65.06º 0.79% 0.38% -
HSV(B) 65.06º 0.88% 0.69% -
XYZ 30.37 38.4 6.52 -
YUV 153.56 53.19 134.02 -
System Red Green Blue C M Y K H S L
Decimal 162 175 21 0.07 0 0.88 0.31 65.06 0.79 0.38
Hex A2 AF 15 7 0 58 1F 41 4F 26
Octal 242 257 25 7 0 130 37 101 117 46
Binary 10100010 10101111 10101 111 0 1011000 11111 1000001 1001111 100110

Color Harmonies of #A2AF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2AF15

Black with #A2AF15

Text Example


Text Example

White with #A2AF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2AF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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