Html Css Color HEX #AABC02 Citrus

📋 copy color: '#AABC02'

red 170 ◦ green 188 ◦ blue 2

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

Shades of Citrus #AABC02

Tints of Citrus #AABC02

RGB

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

 GREEN value IS 188 (73.83% from 255) = 52.22%

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

R = 47.22%
G = 52.22%
B = 0.56%

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

#AABC02 (or 0xAABC02) is known color: Citrus. HEX triplet: AA, BC and 02. RGB value is (170,188,2). Sum of RGB (Red+Green+Blue) = 170+188+2=360 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.22% from 360); Green value is 188 (73.83% from 255 or 52.22% from 360); Blue value is 2 (1.17% from 255 or 0.56% from 360); Max value from RGB is 188 - color contains mainly: green. Hex color #AABC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AABC02 is #5543FD. Grayscale: #A2A2A2. Windows color (decimal): -5587966 or 179370. OLE color: 179370.

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

Color convert

RGB 170 188 2 -
CMYK 0.10 0 0.99 0.26
HSL 65.81º 0.98% 0.37% -
HSV(B) 65.81º 0.99% 0.74% -
XYZ 34.57 44.52 6.83 -
YUV 161.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 170 188 2 0.10 0 0.99 0.26 65.81 0.98 0.37
Hex AA BC 2 A 0 63 1A 42 62 25
Octal 252 274 2 12 0 143 32 102 142 45
Binary 10101010 10111100 10 1010 0 1100011 11010 1000010 1100010 100101

Color Harmonies of #AABC02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABC02

Black with #AABC02

Text Example


Text Example

White with #AABC02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABC02; }

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

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

background-color css

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

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

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

border-color css

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

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

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