Html Css Color HEX #AACB04 Citrus

📋 copy color: '#AACB04'

red 170 ◦ green 203 ◦ blue 4

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

Shades of Citrus #AACB04

Tints of Citrus #AACB04

RGB

 RED value IS 170 (66.8% from 255) = 45.09%

 GREEN value IS 203 (79.69% from 255) = 53.85%

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

R = 45.09%
G = 53.85%
B = 1.06%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#AACB04 (or 0xAACB04) is known color: Citrus. HEX triplet: AA, CB and 04. RGB value is (170,203,4). Sum of RGB (Red+Green+Blue) = 170+203+4=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 203 (79.69% from 255 or 53.85% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB04 is #5534FB. Grayscale: #ABABAB. Windows color (decimal): -5584124 or 314282. OLE color: 314282.

HSL color Cylindrical-coordinate representation of color #AACB04: hue angle of 69.95º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AACB04 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 4 -
CMYK 0.16 0 0.98 0.20
HSL 69.95º 0.96% 0.41% -
HSV(B) 69.95º 0.98% 0.8% -
XYZ 37.96 51.27 8.01 -
YUV 170.45 34.07 127.68 -
System Red Green Blue C M Y K H S L
Decimal 170 203 4 0.16 0 0.98 0.20 69.95 0.96 0.41
Hex AA CB 4 10 0 62 14 46 60 29
Octal 252 313 4 20 0 142 24 106 140 51
Binary 10101010 11001011 100 10000 0 1100010 10100 1000110 1100000 101001

Color Harmonies of #AACB04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB04

Black with #AACB04

Text Example


Text Example

White with #AACB04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB04; }

 p { color: rgb(170,203,4); }

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

background-color css

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

 a { background-color: rgb(170,203,4); }

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

border-color css

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

 span { border-color: rgb(170,203,4); }

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