Html Css Color HEX #AADE6B Conifer

📋 copy color: '#AADE6B'

red 170 ◦ green 222 ◦ blue 107

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

Shades of Conifer #AADE6B

Tints of Conifer #AADE6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.44%

R = 34.07%
G = 44.49%
B = 21.44%

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

#AADE6B (or 0xAADE6B) is known color: Conifer. HEX triplet: AA, DE and 6B. RGB value is (170,222,107). Sum of RGB (Red+Green+Blue) = 170+222+107=499 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34.07% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 107 (42.19% from 255 or 21.44% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #AADE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADE6B is #552194. Grayscale: #C1C1C1. Windows color (decimal): -5579157 or 7069354. OLE color: 7069354.

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

Color convert

RGB 170 222 107 -
CMYK 0.23 0 0.52 0.13
HSL 87.13º 0.64% 0.65% -
HSV(B) 87.13º 0.52% 0.87% -
XYZ 45.35 61.85 23.46 -
YUV 193.34 79.27 111.35 -
System Red Green Blue C M Y K H S L
Decimal 170 222 107 0.23 0 0.52 0.13 87.13 0.64 0.65
Hex AA DE 6B 17 0 34 D 57 40 41
Octal 252 336 153 27 0 64 15 127 100 101
Binary 10101010 11011110 1101011 10111 0 110100 1101 1010111 1000000 1000001

Color Harmonies of #AADE6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADE6B

Black with #AADE6B

Text Example


Text Example

White with #AADE6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADE6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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