Html Css Color HEX #AADF6C Feijoa

📋 copy color: '#AADF6C'

red 170 ◦ green 223 ◦ blue 108

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

Shades of Feijoa #AADF6C

Tints of Feijoa #AADF6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.56%

R = 33.93%
G = 44.51%
B = 21.56%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#AADF6C (or 0xAADF6C) is known color: Feijoa. HEX triplet: AA, DF and 6C. RGB value is (170,223,108). Sum of RGB (Red+Green+Blue) = 170+223+108=501 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.93% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF6C is #552093. Grayscale: #C2C2C2. Windows color (decimal): -5578900 or 7135146. OLE color: 7135146.

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

Color convert

RGB 170 223 108 -
CMYK 0.24 0 0.52 0.13
HSL 87.65º 0.64% 0.65% -
HSV(B) 87.65º 0.52% 0.87% -
XYZ 45.67 62.4 23.83 -
YUV 194.04 79.44 110.85 -
System Red Green Blue C M Y K H S L
Decimal 170 223 108 0.24 0 0.52 0.13 87.65 0.64 0.65
Hex AA DF 6C 18 0 34 D 58 40 41
Octal 252 337 154 30 0 64 15 130 100 101
Binary 10101010 11011111 1101100 11000 0 110100 1101 1011000 1000000 1000001

Color Harmonies of #AADF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF6C

Black with #AADF6C

Text Example


Text Example

White with #AADF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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