Html Css Color HEX #AABD00 Citrus

📋 copy color: '#AABD00'

red 170 ◦ green 189 ◦ blue 0

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

Shades of Citrus #AABD00

Tints of Citrus #AABD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.35%
G = 52.65%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#AABD00 (or 0xAABD00) is known color: Citrus. HEX triplet: AA, BD and 00. RGB value is (170,189,0). Sum of RGB (Red+Green+Blue) = 170+189+0=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 0 (0.39% from 255 or 0% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD00 is #5542FF. Grayscale: #A2A2A2. Windows color (decimal): -5587712 or 48554. OLE color: 48554.

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

Color convert

RGB 170 189 0 -
CMYK 0.10 0 1 0.26
HSL 66.03º 1% 0.37% -
HSV(B) 66.03º 1% 0.74% -
XYZ 34.78 44.94 6.84 -
YUV 161.77 36.71 133.87 -
System Red Green Blue C M Y K H S L
Decimal 170 189 0 0.10 0 1 0.26 66.03 1 0.37
Hex AA BD 0 A 0 64 1A 42 64 25
Octal 252 275 0 12 0 144 32 102 144 45
Binary 10101010 10111101 0 1010 0 1100100 11010 1000010 1100100 100101

Color Harmonies of #AABD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD00

Black with #AABD00

Text Example


Text Example

White with #AABD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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