Html Css Color HEX #AADF77 Feijoa

📋 copy color: '#AADF77'

red 170 ◦ green 223 ◦ blue 119

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

Shades of Feijoa #AADF77

Tints of Feijoa #AADF77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.24%

R = 33.2%
G = 43.55%
B = 23.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#AADF77 (or 0xAADF77) is known color: Feijoa. HEX triplet: AA, DF and 77. RGB value is (170,223,119). Sum of RGB (Red+Green+Blue) = 170+223+119=512 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.20% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF77 is #552088. Grayscale: #C3C3C3. Windows color (decimal): -5578889 or 7856042. OLE color: 7856042.

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

Color convert

RGB 170 223 119 -
CMYK 0.24 0 0.47 0.13
HSL 90.58º 0.62% 0.67% -
HSV(B) 90.58º 0.47% 0.87% -
XYZ 46.3 62.65 27.11 -
YUV 195.3 84.94 109.96 -
System Red Green Blue C M Y K H S L
Decimal 170 223 119 0.24 0 0.47 0.13 90.58 0.62 0.67
Hex AA DF 77 18 0 2F D 5B 3E 43
Octal 252 337 167 30 0 57 15 133 76 103
Binary 10101010 11011111 1110111 11000 0 101111 1101 1011011 111110 1000011

Color Harmonies of #AADF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF77

Black with #AADF77

Text Example


Text Example

White with #AADF77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF77; }

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

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

background-color css

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

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

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

border-color css

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

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

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