Html Css Color HEX #AADD5F Conifer

📋 copy color: '#AADD5F'

red 170 ◦ green 221 ◦ blue 95

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

Shades of Conifer #AADD5F

Tints of Conifer #AADD5F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.47%

 BLUE value IS 95 (37.5% from 255) = 19.55%

R = 34.98%
G = 45.47%
B = 19.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#AADD5F (or 0xAADD5F) is known color: Conifer. HEX triplet: AA, DD and 5F. RGB value is (170,221,95). Sum of RGB (Red+Green+Blue) = 170+221+95=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 95 (37.5% from 255 or 19.55% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #AADD5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADD5F is #5522A0. Grayscale: #BFBFBF. Windows color (decimal): -5579425 or 6282666. OLE color: 6282666.

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

Color convert

RGB 170 221 95 -
CMYK 0.23 0 0.57 0.13
HSL 84.29º 0.65% 0.62% -
HSV(B) 84.29º 0.57% 0.87% -
XYZ 44.5 61.09 20.27 -
YUV 191.39 73.6 112.75 -
System Red Green Blue C M Y K H S L
Decimal 170 221 95 0.23 0 0.57 0.13 84.29 0.65 0.62
Hex AA DD 5F 17 0 39 D 54 41 3E
Octal 252 335 137 27 0 71 15 124 101 76
Binary 10101010 11011101 1011111 10111 0 111001 1101 1010100 1000001 111110

Color Harmonies of #AADD5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADD5F

Black with #AADD5F

Text Example


Text Example

White with #AADD5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADD5F; }

 p { color: rgb(170,221,95); }

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

background-color css

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

 a { background-color: rgb(170,221,95); }

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

border-color css

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

 span { border-color: rgb(170,221,95); }

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