Html Css Color HEX #AABD02 Citrus

📋 copy color: '#AABD02'

red 170 ◦ green 189 ◦ blue 2

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

Shades of Citrus #AABD02

Tints of Citrus #AABD02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 47.09%
G = 52.35%
B = 0.55%

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

#AABD02 (or 0xAABD02) is known color: Citrus. HEX triplet: AA, BD and 02. RGB value is (170,189,2). Sum of RGB (Red+Green+Blue) = 170+189+2=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 2 (1.17% from 255 or 0.55% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #AABD02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABD02 is #5542FD. Grayscale: #A2A2A2. Windows color (decimal): -5587710 or 179626. OLE color: 179626.

HSL color Cylindrical-coordinate representation of color #AABD02: hue angle of 66.1º degrees, saturation: 0.98, 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 #AABD02 is Cyan = 0.10, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 189 2 -
CMYK 0.10 0 0.99 0.26
HSL 66.1º 0.98% 0.37% -
HSV(B) 66.1º 0.99% 0.74% -
XYZ 34.79 44.95 6.9 -
YUV 162 37.71 133.71 -
System Red Green Blue C M Y K H S L
Decimal 170 189 2 0.10 0 0.99 0.26 66.1 0.98 0.37
Hex AA BD 2 A 0 63 1A 42 62 25
Octal 252 275 2 12 0 143 32 102 142 45
Binary 10101010 10111101 10 1010 0 1100011 11010 1000010 1100010 100101

Color Harmonies of #AABD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABD02

Black with #AABD02

Text Example


Text Example

White with #AABD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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