Html Css Color HEX #AADB5D Conifer

📋 copy color: '#AADB5D'

red 170 ◦ green 219 ◦ blue 93

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

Shades of Conifer #AADB5D

Tints of Conifer #AADB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 35.27%
G = 45.44%
B = 19.29%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#AADB5D (or 0xAADB5D) is known color: Conifer. HEX triplet: AA, DB and 5D. RGB value is (170,219,93). Sum of RGB (Red+Green+Blue) = 170+219+93=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 93 (36.72% from 255 or 19.29% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #AADB5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADB5D is #5524A2. Grayscale: #BEBEBE. Windows color (decimal): -5579939 or 6151082. OLE color: 6151082.

HSL color Cylindrical-coordinate representation of color #AADB5D: hue angle of 83.33º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AADB5D is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 170 219 93 -
CMYK 0.22 0 0.58 0.14
HSL 83.33º 0.64% 0.61% -
HSV(B) 83.33º 0.58% 0.86% -
XYZ 43.88 60 19.62 -
YUV 189.99 73.27 113.75 -
System Red Green Blue C M Y K H S L
Decimal 170 219 93 0.22 0 0.58 0.14 83.33 0.64 0.61
Hex AA DB 5D 16 0 3A E 53 40 3D
Octal 252 333 135 26 0 72 16 123 100 75
Binary 10101010 11011011 1011101 10110 0 111010 1110 1010011 1000000 111101

Color Harmonies of #AADB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADB5D

Black with #AADB5D

Text Example


Text Example

White with #AADB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADB5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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