Html Css Color HEX #A0AF04 Citrus

📋 copy color: '#A0AF04'

red 160 ◦ green 175 ◦ blue 4

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

Shades of Citrus #A0AF04

Tints of Citrus #A0AF04

RGB

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

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

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

R = 47.2%
G = 51.62%
B = 1.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#A0AF04 (or 0xA0AF04) is known color: Citrus. HEX triplet: A0, AF and 04. RGB value is (160,175,4). Sum of RGB (Red+Green+Blue) = 160+175+4=339 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.20% from 339); Green value is 175 (68.75% from 255 or 51.62% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 175 - color contains mainly: green. Hex color #A0AF04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A0AF04 is #5F50FB. Grayscale: #979797. Windows color (decimal): -6246652 or 307104. OLE color: 307104.

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

Color convert

RGB 160 175 4 -
CMYK 0.09 0 0.98 0.31
HSL 65.26º 0.96% 0.35% -
HSV(B) 65.26º 0.98% 0.69% -
XYZ 29.85 38.14 5.9 -
YUV 151.02 45.03 134.4 -
System Red Green Blue C M Y K H S L
Decimal 160 175 4 0.09 0 0.98 0.31 65.26 0.96 0.35
Hex A0 AF 4 9 0 62 1F 41 60 23
Octal 240 257 4 11 0 142 37 101 140 43
Binary 10100000 10101111 100 1001 0 1100010 11111 1000001 1100000 100011

Color Harmonies of #A0AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0AF04

Black with #A0AF04

Text Example


Text Example

White with #A0AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0AF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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