Html Css Color HEX #AADE6A Conifer

📋 copy color: '#AADE6A'

red 170 ◦ green 222 ◦ blue 106

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

Shades of Conifer #AADE6A

Tints of Conifer #AADE6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.29%

R = 34.14%
G = 44.58%
B = 21.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#AADE6A (or 0xAADE6A) is known color: Conifer. HEX triplet: AA, DE and 6A. RGB value is (170,222,106). Sum of RGB (Red+Green+Blue) = 170+222+106=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 222 (87.11% from 255 or 44.58% from 498); Blue value is 106 (41.80% from 255 or 21.29% from 498); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE6A is #552195. Grayscale: #C1C1C1. Windows color (decimal): -5579158 or 7003818. OLE color: 7003818.

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

Color convert

RGB 170 222 106 -
CMYK 0.23 0 0.52 0.13
HSL 86.9º 0.64% 0.64% -
HSV(B) 86.9º 0.52% 0.87% -
XYZ 45.3 61.83 23.18 -
YUV 193.23 78.77 111.43 -
System Red Green Blue C M Y K H S L
Decimal 170 222 106 0.23 0 0.52 0.13 86.9 0.64 0.64
Hex AA DE 6A 17 0 34 D 57 40 40
Octal 252 336 152 27 0 64 15 127 100 100
Binary 10101010 11011110 1101010 10111 0 110100 1101 1010111 1000000 1000000

Color Harmonies of #AADE6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE6A

Black with #AADE6A

Text Example


Text Example

White with #AADE6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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