Html Css Color HEX #AAD088 Feijoa

📋 copy color: '#AAD088'

red 170 ◦ green 208 ◦ blue 136

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

Shades of Feijoa #AAD088

Tints of Feijoa #AAD088

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.47%

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 33.07%
G = 40.47%
B = 26.46%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.35

 K value IS 0.18

RGB Variations

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

Color information

#AAD088 (or 0xAAD088) is known color: Feijoa. HEX triplet: AA, D0 and 88. RGB value is (170,208,136). Sum of RGB (Red+Green+Blue) = 170+208+136=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 208 (81.64% from 255 or 40.47% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD088 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD088 is #552F77. Grayscale: #BCBCBC. Windows color (decimal): -5582712 or 8966314. OLE color: 8966314.

HSL color Cylindrical-coordinate representation of color #AAD088: hue angle of 91.67º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAD088 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 208 136 -
CMYK 0.18 0 0.35 0.18
HSL 91.67º 0.43% 0.67% -
HSV(B) 91.67º 0.35% 0.82% -
XYZ 43.58 55.44 31.7 -
YUV 188.43 98.41 114.85 -
System Red Green Blue C M Y K H S L
Decimal 170 208 136 0.18 0 0.35 0.18 91.67 0.43 0.67
Hex AA D0 88 12 0 23 12 5C 2B 43
Octal 252 320 210 22 0 43 22 134 53 103
Binary 10101010 11010000 10001000 10010 0 100011 10010 1011100 101011 1000011

Color Harmonies of #AAD088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD088

Black with #AAD088

Text Example


Text Example

White with #AAD088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD088; }

 p { color: rgb(170,208,136); }

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

background-color css

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

 a { background-color: rgb(170,208,136); }

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

border-color css

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

 span { border-color: rgb(170,208,136); }

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