Html Css Color HEX #AADF8A Feijoa

📋 copy color: '#AADF8A'

red 170 ◦ green 223 ◦ blue 138

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

Shades of Feijoa #AADF8A

Tints of Feijoa #AADF8A

RGB

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

 GREEN value IS 223 (87.5% from 255) = 42%

 BLUE value IS 138 (54.3% from 255) = 25.99%

R = 32.02%
G = 42%
B = 25.99%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.38

 K value IS 0.13

RGB Variations

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

Color information

#AADF8A (or 0xAADF8A) is known color: Feijoa. HEX triplet: AA, DF and 8A. RGB value is (170,223,138). Sum of RGB (Red+Green+Blue) = 170+223+138=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 223 (87.5% from 255 or 42.00% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AADF8A is #552075. Grayscale: #C5C5C5. Windows color (decimal): -5578870 or 9101226. OLE color: 9101226.

HSL color Cylindrical-coordinate representation of color #AADF8A: hue angle of 97.41º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AADF8A is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 138 -
CMYK 0.24 0 0.38 0.13
HSL 97.41º 0.57% 0.71% -
HSV(B) 97.41º 0.38% 0.87% -
XYZ 47.55 63.16 33.73 -
YUV 197.46 94.44 108.41 -
System Red Green Blue C M Y K H S L
Decimal 170 223 138 0.24 0 0.38 0.13 97.41 0.57 0.71
Hex AA DF 8A 18 0 26 D 61 39 47
Octal 252 337 212 30 0 46 15 141 71 107
Binary 10101010 11011111 10001010 11000 0 100110 1101 1100001 111001 1000111

Color Harmonies of #AADF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF8A

Black with #AADF8A

Text Example


Text Example

White with #AADF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF8A; }

 p { color: rgb(170,223,138); }

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

background-color css

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

 a { background-color: rgb(170,223,138); }

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

border-color css

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

 span { border-color: rgb(170,223,138); }

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