Html Css Color HEX #AEDB6E Conifer

📋 copy color: '#AEDB6E'

red 174 ◦ green 219 ◦ blue 110

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

Shades of Conifer #AEDB6E

Tints of Conifer #AEDB6E

RGB

 RED value IS 174 (68.36% from 255) = 34.59%

 GREEN value IS 219 (85.94% from 255) = 43.54%

 BLUE value IS 110 (43.36% from 255) = 21.87%

R = 34.59%
G = 43.54%
B = 21.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#AEDB6E (or 0xAEDB6E) is known color: Conifer. HEX triplet: AE, DB and 6E. RGB value is (174,219,110). Sum of RGB (Red+Green+Blue) = 174+219+110=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDB6E is #512491. Grayscale: #C1C1C1. Windows color (decimal): -5317778 or 7265198. OLE color: 7265198.

HSL color Cylindrical-coordinate representation of color #AEDB6E: hue angle of 84.77º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEDB6E is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 174 219 110 -
CMYK 0.21 0 0.50 0.14
HSL 84.77º 0.6% 0.65% -
HSV(B) 84.77º 0.5% 0.86% -
XYZ 45.6 60.79 24.08 -
YUV 193.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 174 219 110 0.21 0 0.50 0.14 84.77 0.6 0.65
Hex AE DB 6E 15 0 32 E 55 3C 41
Octal 256 333 156 25 0 62 16 125 74 101
Binary 10101110 11011011 1101110 10101 0 110010 1110 1010101 111100 1000001

Color Harmonies of #AEDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDB6E

Black with #AEDB6E

Text Example


Text Example

White with #AEDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDB6E; }

 p { color: rgb(174,219,110); }

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

background-color css

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

 a { background-color: rgb(174,219,110); }

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

border-color css

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

 span { border-color: rgb(174,219,110); }

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