Html Css Color HEX #AAEB6C Feijoa

📋 copy color: '#AAEB6C'

red 170 ◦ green 235 ◦ blue 108

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

Shades of Feijoa #AAEB6C

Tints of Feijoa #AAEB6C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 45.81%

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 33.14%
G = 45.81%
B = 21.05%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#AAEB6C (or 0xAAEB6C) is known color: Feijoa. HEX triplet: AA, EB and 6C. RGB value is (170,235,108). Sum of RGB (Red+Green+Blue) = 170+235+108=513 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.14% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #AAEB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEB6C is #551493. Grayscale: #C9C9C9. Windows color (decimal): -5575828 or 7138218. OLE color: 7138218.

HSL color Cylindrical-coordinate representation of color #AAEB6C: hue angle of 90.71º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AAEB6C is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 235 108 -
CMYK 0.28 0 0.54 0.08
HSL 90.71º 0.76% 0.67% -
HSV(B) 90.71º 0.54% 0.92% -
XYZ 48.99 69.05 24.93 -
YUV 201.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 170 235 108 0.28 0 0.54 0.08 90.71 0.76 0.67
Hex AA EB 6C 1C 0 36 8 5B 4C 43
Octal 252 353 154 34 0 66 10 133 114 103
Binary 10101010 11101011 1101100 11100 0 110110 1000 1011011 1001100 1000011

Color Harmonies of #AAEB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEB6C

Black with #AAEB6C

Text Example


Text Example

White with #AAEB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEB6C; }

 p { color: rgb(170,235,108); }

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

background-color css

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

 a { background-color: rgb(170,235,108); }

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

border-color css

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

 span { border-color: rgb(170,235,108); }

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