Html Css Color HEX #AADE7A Feijoa

📋 copy color: '#AADE7A'

red 170 ◦ green 222 ◦ blue 122

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

Shades of Feijoa #AADE7A

Tints of Feijoa #AADE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.19%

 BLUE value IS 122 (48.05% from 255) = 23.74%

R = 33.07%
G = 43.19%
B = 23.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#AADE7A (or 0xAADE7A) is known color: Feijoa. HEX triplet: AA, DE and 7A. RGB value is (170,222,122). Sum of RGB (Red+Green+Blue) = 170+222+122=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 222 (87.11% from 255 or 43.19% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE7A is #552185. Grayscale: #C3C3C3. Windows color (decimal): -5579142 or 8052394. OLE color: 8052394.

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

Color convert

RGB 170 222 122 -
CMYK 0.23 0 0.45 0.13
HSL 91.2º 0.6% 0.67% -
HSV(B) 91.2º 0.45% 0.87% -
XYZ 46.21 62.19 27.98 -
YUV 195.05 86.77 110.13 -
System Red Green Blue C M Y K H S L
Decimal 170 222 122 0.23 0 0.45 0.13 91.2 0.6 0.67
Hex AA DE 7A 17 0 2D D 5B 3C 43
Octal 252 336 172 27 0 55 15 133 74 103
Binary 10101010 11011110 1111010 10111 0 101101 1101 1011011 111100 1000011

Color Harmonies of #AADE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE7A

Black with #AADE7A

Text Example


Text Example

White with #AADE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE7A; }

 p { color: rgb(170,222,122); }

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

background-color css

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

 a { background-color: rgb(170,222,122); }

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

border-color css

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

 span { border-color: rgb(170,222,122); }

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