Html Css Color HEX #AADF5D Conifer

📋 copy color: '#AADF5D'

red 170 ◦ green 223 ◦ blue 93

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

Shades of Conifer #AADF5D

Tints of Conifer #AADF5D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.88%

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

R = 34.98%
G = 45.88%
B = 19.14%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#AADF5D (or 0xAADF5D) is known color: Conifer. HEX triplet: AA, DF and 5D. RGB value is (170,223,93). Sum of RGB (Red+Green+Blue) = 170+223+93=486 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.98% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 93 (36.72% from 255 or 19.14% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF5D is #5520A2. Grayscale: #C0C0C0. Windows color (decimal): -5578915 or 6152106. OLE color: 6152106.

HSL color Cylindrical-coordinate representation of color #AADF5D: hue angle of 84.46º degrees, saturation: 0.67, 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 #AADF5D is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 93 -
CMYK 0.24 0 0.58 0.13
HSL 84.46º 0.67% 0.62% -
HSV(B) 84.46º 0.58% 0.87% -
XYZ 44.94 62.11 19.98 -
YUV 192.33 71.94 112.07 -
System Red Green Blue C M Y K H S L
Decimal 170 223 93 0.24 0 0.58 0.13 84.46 0.67 0.62
Hex AA DF 5D 18 0 3A D 54 43 3E
Octal 252 337 135 30 0 72 15 124 103 76
Binary 10101010 11011111 1011101 11000 0 111010 1101 1010100 1000011 111110

Color Harmonies of #AADF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF5D

Black with #AADF5D

Text Example


Text Example

White with #AADF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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