Html Css Color HEX #AAD25D Conifer

📋 copy color: '#AAD25D'

red 170 ◦ green 210 ◦ blue 93

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

Shades of Conifer #AAD25D

Tints of Conifer #AAD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.4%

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

R = 35.94%
G = 44.4%
B = 19.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#AAD25D (or 0xAAD25D) is known color: Conifer. HEX triplet: AA, D2 and 5D. RGB value is (170,210,93). Sum of RGB (Red+Green+Blue) = 170+210+93=473 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.94% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #AAD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD25D is #552DA2. Grayscale: #B9B9B9. Windows color (decimal): -5582243 or 6148778. OLE color: 6148778.

HSL color Cylindrical-coordinate representation of color #AAD25D: hue angle of 80.51º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AAD25D is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 170 210 93 -
CMYK 0.19 0 0.56 0.18
HSL 80.51º 0.57% 0.59% -
HSV(B) 80.51º 0.56% 0.82% -
XYZ 41.6 55.43 18.86 -
YUV 184.7 76.25 117.51 -
System Red Green Blue C M Y K H S L
Decimal 170 210 93 0.19 0 0.56 0.18 80.51 0.57 0.59
Hex AA D2 5D 13 0 38 12 51 39 3B
Octal 252 322 135 23 0 70 22 121 71 73
Binary 10101010 11010010 1011101 10011 0 111000 10010 1010001 111001 111011

Color Harmonies of #AAD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD25D

Black with #AAD25D

Text Example


Text Example

White with #AAD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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