Html Css Color HEX #A0AF02 Citrus

📋 copy color: '#A0AF02'

red 160 ◦ green 175 ◦ blue 2

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

Shades of Citrus #A0AF02

Tints of Citrus #A0AF02

RGB

 RED value IS 160 (62.89% from 255) = 47.48%

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

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

R = 47.48%
G = 51.93%
B = 0.59%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#A0AF02 (or 0xA0AF02) is known color: Citrus. HEX triplet: A0, AF and 02. RGB value is (160,175,2). Sum of RGB (Red+Green+Blue) = 160+175+2=337 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.48% from 337); Green value is 175 (68.75% from 255 or 51.93% from 337); Blue value is 2 (1.17% from 255 or 0.59% from 337); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF02 is #5F50FD. Grayscale: #979797. Windows color (decimal): -6246654 or 176032. OLE color: 176032.

HSL color Cylindrical-coordinate representation of color #A0AF02: hue angle of 65.2º 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 #A0AF02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 160 175 2 -
CMYK 0.09 0 0.99 0.31
HSL 65.2º 0.98% 0.35% -
HSV(B) 65.2º 0.99% 0.69% -
XYZ 29.84 38.14 5.85 -
YUV 150.79 44.03 134.57 -
System Red Green Blue C M Y K H S L
Decimal 160 175 2 0.09 0 0.99 0.31 65.2 0.98 0.35
Hex A0 AF 2 9 0 63 1F 41 62 23
Octal 240 257 2 11 0 143 37 101 142 43
Binary 10100000 10101111 10 1001 0 1100011 11111 1000001 1100010 100011

Color Harmonies of #A0AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF02

Black with #A0AF02

Text Example


Text Example

White with #A0AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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