Html Css Color HEX #AABD01 Citrus

📋 copy color: '#AABD01'

red 170 ◦ green 189 ◦ blue 1

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

Shades of Citrus #AABD01

Tints of Citrus #AABD01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.28%

R = 47.22%
G = 52.5%
B = 0.28%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#AABD01 (or 0xAABD01) is known color: Citrus. HEX triplet: AA, BD and 01. RGB value is (170,189,1). Sum of RGB (Red+Green+Blue) = 170+189+1=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 1 (0.78% from 255 or 0.28% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD01 is #5542FE. Grayscale: #A2A2A2. Windows color (decimal): -5587711 or 114090. OLE color: 114090.

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

Color convert

RGB 170 189 1 -
CMYK 0.10 0 0.99 0.26
HSL 66.06º 0.99% 0.37% -
HSV(B) 66.06º 0.99% 0.74% -
XYZ 34.78 44.94 6.87 -
YUV 161.89 37.21 133.79 -
System Red Green Blue C M Y K H S L
Decimal 170 189 1 0.10 0 0.99 0.26 66.06 0.99 0.37
Hex AA BD 1 A 0 63 1A 42 63 25
Octal 252 275 1 12 0 143 32 102 143 45
Binary 10101010 10111101 1 1010 0 1100011 11010 1000010 1100011 100101

Color Harmonies of #AABD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD01

Black with #AABD01

Text Example


Text Example

White with #AABD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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