#AABF3A

Color #AABF3A Celery (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celery #AABF3A

Tints of Celery #AABF3A

Color information

#AABF3A (or 0xAABF3A) is unknown color: approx Celery. HEX triplet: AA, BF and 3A. RGB value is (170,191,58). Sum of RGB (Red+Green+Blue) = 170+191+58=419 (55% of max value = 765). Red value is 170 (66.80% from 255 or 40.57% from 419); Green value is 191 (75% from 255 or 45.58% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 191 - color contains mainly: green. Hex color #AABF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AABF3A is #5540C5. Grayscale: #AAAAAA. Windows color (decimal): -5587142 or 3850154. OLE color: 3850154.

HSL color Cylindrical-coordinate representation of color #AABF3A: hue angle of 69.47º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AABF3A is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB17019158-
CMYK0.1100.700.25
HSL69.47º53.41%48.82%-
HSV(B)69.47º69.63%74.9%-
XYZ35.9746.1111.01-
YUV169.5665.04128.31-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 40.57%
GREEN value IS 191 (75% from 255) = 45.58%
BLUE value IS 58 (23.05% from 255) = 13.84%
R=40.57%
G=45.58%
B=13.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal170191580.1100.700.2569.4753.4148.82
HexAABF3AB04619453531
Octal25227772130106311056561
Binary1010101010111111111010101101000110110011000101110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AABF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AABF3A; }

 p { color: rgb(170,191,58); }

 H1.HeaderClassName
 {
   color: #AABF3A;
 }
 .AnyTagClassName
 {
   color: #AABF3A;
 }
</style>
background-color css

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

 a { background-color: rgb(170,191,58); }

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

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

 span { border-color: rgb(170,191,58); }

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