Html Css Color HEX #AADF6B Conifer

📋 copy color: '#AADF6B'

red 170 ◦ green 223 ◦ blue 107

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

Shades of Conifer #AADF6B

Tints of Conifer #AADF6B

RGB

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

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

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

R = 34%
G = 44.6%
B = 21.4%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#AADF6B (or 0xAADF6B) is known color: Conifer. HEX triplet: AA, DF and 6B. RGB value is (170,223,107). Sum of RGB (Red+Green+Blue) = 170+223+107=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #AADF6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AADF6B is #552094. Grayscale: #C2C2C2. Windows color (decimal): -5578901 or 7069610. OLE color: 7069610.

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

Color convert

RGB 170 223 107 -
CMYK 0.24 0 0.52 0.13
HSL 87.41º 0.64% 0.65% -
HSV(B) 87.41º 0.52% 0.87% -
XYZ 45.62 62.38 23.55 -
YUV 193.93 78.94 110.93 -
System Red Green Blue C M Y K H S L
Decimal 170 223 107 0.24 0 0.52 0.13 87.41 0.64 0.65
Hex AA DF 6B 18 0 34 D 57 40 41
Octal 252 337 153 30 0 64 15 127 100 101
Binary 10101010 11011111 1101011 11000 0 110100 1101 1010111 1000000 1000001

Color Harmonies of #AADF6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADF6B

Black with #AADF6B

Text Example


Text Example

White with #AADF6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADF6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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