Html Css Color HEX #AADE5D Conifer

📋 copy color: '#AADE5D'

red 170 ◦ green 222 ◦ blue 93

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

Shades of Conifer #AADE5D

Tints of Conifer #AADE5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.18%

R = 35.05%
G = 45.77%
B = 19.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#AADE5D (or 0xAADE5D) is known color: Conifer. HEX triplet: AA, DE and 5D. RGB value is (170,222,93). Sum of RGB (Red+Green+Blue) = 170+222+93=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 222 (87.11% from 255 or 45.77% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE5D is #5521A2. Grayscale: #C0C0C0. Windows color (decimal): -5579171 or 6151850. OLE color: 6151850.

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

Color convert

RGB 170 222 93 -
CMYK 0.23 0 0.58 0.13
HSL 84.19º 0.66% 0.62% -
HSV(B) 84.19º 0.58% 0.87% -
XYZ 44.67 61.58 19.89 -
YUV 191.75 72.27 112.49 -
System Red Green Blue C M Y K H S L
Decimal 170 222 93 0.23 0 0.58 0.13 84.19 0.66 0.62
Hex AA DE 5D 17 0 3A D 54 42 3E
Octal 252 336 135 27 0 72 15 124 102 76
Binary 10101010 11011110 1011101 10111 0 111010 1101 1010100 1000010 111110

Color Harmonies of #AADE5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE5D

Black with #AADE5D

Text Example


Text Example

White with #AADE5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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