Html Css Color HEX #AADD93 Feijoa

📋 copy color: '#AADD93'

red 170 ◦ green 221 ◦ blue 147

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

Shades of Feijoa #AADD93

Tints of Feijoa #AADD93

RGB

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

 GREEN value IS 221 (86.72% from 255) = 41.08%

 BLUE value IS 147 (57.81% from 255) = 27.32%

R = 31.6%
G = 41.08%
B = 27.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#AADD93 (or 0xAADD93) is known color: Feijoa. HEX triplet: AA, DD and 93. RGB value is (170,221,147). Sum of RGB (Red+Green+Blue) = 170+221+147=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 147 (57.81% from 255 or 27.32% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADD93 is #55226C. Grayscale: #C5C5C5. Windows color (decimal): -5579373 or 9690538. OLE color: 9690538.

HSL color Cylindrical-coordinate representation of color #AADD93: hue angle of 101.35º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AADD93 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 221 147 -
CMYK 0.23 0 0.33 0.13
HSL 101.35º 0.52% 0.72% -
HSV(B) 101.35º 0.33% 0.87% -
XYZ 47.7 62.37 37.13 -
YUV 197.32 99.6 108.52 -
System Red Green Blue C M Y K H S L
Decimal 170 221 147 0.23 0 0.33 0.13 101.35 0.52 0.72
Hex AA DD 93 17 0 21 D 65 34 48
Octal 252 335 223 27 0 41 15 145 64 110
Binary 10101010 11011101 10010011 10111 0 100001 1101 1100101 110100 1001000

Color Harmonies of #AADD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD93

Black with #AADD93

Text Example


Text Example

White with #AADD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD93; }

 p { color: rgb(170,221,147); }

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

background-color css

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

 a { background-color: rgb(170,221,147); }

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

border-color css

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

 span { border-color: rgb(170,221,147); }

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