Html Css Color HEX #AABD04 Citrus

📋 copy color: '#AABD04'

red 170 ◦ green 189 ◦ blue 4

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

Shades of Citrus #AABD04

Tints of Citrus #AABD04

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.07%

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

R = 46.83%
G = 52.07%
B = 1.1%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#AABD04 (or 0xAABD04) is known color: Citrus. HEX triplet: AA, BD and 04. RGB value is (170,189,4). Sum of RGB (Red+Green+Blue) = 170+189+4=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 189 (74.22% from 255 or 52.07% from 363); Blue value is 4 (1.95% from 255 or 1.10% from 363); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD04 is #5542FB. Grayscale: #A2A2A2. Windows color (decimal): -5587708 or 310698. OLE color: 310698.

HSL color Cylindrical-coordinate representation of color #AABD04: hue angle of 66.16º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AABD04 is Cyan = 0.10, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 4 -
CMYK 0.10 0 0.98 0.26
HSL 66.16º 0.96% 0.38% -
HSV(B) 66.16º 0.98% 0.74% -
XYZ 34.8 44.95 6.96 -
YUV 162.23 38.71 133.54 -
System Red Green Blue C M Y K H S L
Decimal 170 189 4 0.10 0 0.98 0.26 66.16 0.96 0.38
Hex AA BD 4 A 0 62 1A 42 60 26
Octal 252 275 4 12 0 142 32 102 140 46
Binary 10101010 10111101 100 1010 0 1100010 11010 1000010 1100000 100110

Color Harmonies of #AABD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD04

Black with #AABD04

Text Example


Text Example

White with #AABD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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