Html Css Color HEX #AAD85D Conifer

📋 copy color: '#AAD85D'

red 170 ◦ green 216 ◦ blue 93

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

Shades of Conifer #AAD85D

Tints of Conifer #AAD85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.09%

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

R = 35.49%
G = 45.09%
B = 19.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#AAD85D (or 0xAAD85D) is known color: Conifer. HEX triplet: AA, D8 and 5D. RGB value is (170,216,93). Sum of RGB (Red+Green+Blue) = 170+216+93=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 216 (84.77% from 255 or 45.09% from 479); Blue value is 93 (36.72% from 255 or 19.42% from 479); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD85D is #5527A2. Grayscale: #BCBCBC. Windows color (decimal): -5580707 or 6150314. OLE color: 6150314.

HSL color Cylindrical-coordinate representation of color #AAD85D: hue angle of 82.44º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAD85D is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 93 -
CMYK 0.21 0 0.57 0.15
HSL 82.44º 0.61% 0.61% -
HSV(B) 82.44º 0.57% 0.85% -
XYZ 43.11 58.45 19.37 -
YUV 188.22 74.26 115 -
System Red Green Blue C M Y K H S L
Decimal 170 216 93 0.21 0 0.57 0.15 82.44 0.61 0.61
Hex AA D8 5D 15 0 39 F 52 3D 3D
Octal 252 330 135 25 0 71 17 122 75 75
Binary 10101010 11011000 1011101 10101 0 111001 1111 1010010 111101 111101

Color Harmonies of #AAD85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD85D

Black with #AAD85D

Text Example


Text Example

White with #AAD85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD85D; }

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

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

background-color css

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

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

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

border-color css

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

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

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