Html Css Color HEX #AADE6C Conifer

📋 copy color: '#AADE6C'

red 170 ◦ green 222 ◦ blue 108

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

Shades of Conifer #AADE6C

Tints of Conifer #AADE6C

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

 BLUE value IS 108 (42.58% from 255) = 21.6%

R = 34%
G = 44.4%
B = 21.6%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#AADE6C (or 0xAADE6C) is known color: Conifer. HEX triplet: AA, DE and 6C. RGB value is (170,222,108). Sum of RGB (Red+Green+Blue) = 170+222+108=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE6C is #552193. Grayscale: #C1C1C1. Windows color (decimal): -5579156 or 7134890. OLE color: 7134890.

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

Color convert

RGB 170 222 108 -
CMYK 0.23 0 0.51 0.13
HSL 87.37º 0.63% 0.65% -
HSV(B) 87.37º 0.51% 0.87% -
XYZ 45.41 61.87 23.74 -
YUV 193.46 79.77 111.27 -
System Red Green Blue C M Y K H S L
Decimal 170 222 108 0.23 0 0.51 0.13 87.37 0.63 0.65
Hex AA DE 6C 17 0 33 D 57 3F 41
Octal 252 336 154 27 0 63 15 127 77 101
Binary 10101010 11011110 1101100 10111 0 110011 1101 1010111 111111 1000001

Color Harmonies of #AADE6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE6C

Black with #AADE6C

Text Example


Text Example

White with #AADE6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE6C; }

 p { color: rgb(170,222,108); }

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

background-color css

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

 a { background-color: rgb(170,222,108); }

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

border-color css

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

 span { border-color: rgb(170,222,108); }

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