Html Css Color HEX #AEDA6E Conifer

📋 copy color: '#AEDA6E'

red 174 ◦ green 218 ◦ blue 110

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

Shades of Conifer #AEDA6E

Tints of Conifer #AEDA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.43%

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

R = 34.66%
G = 43.43%
B = 21.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#AEDA6E (or 0xAEDA6E) is known color: Conifer. HEX triplet: AE, DA and 6E. RGB value is (174,218,110). Sum of RGB (Red+Green+Blue) = 174+218+110=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 110 (43.36% from 255 or 21.91% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDA6E is #512591. Grayscale: #C0C0C0. Windows color (decimal): -5318034 or 7264942. OLE color: 7264942.

HSL color Cylindrical-coordinate representation of color #AEDA6E: hue angle of 84.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AEDA6E is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 218 110 -
CMYK 0.20 0 0.50 0.15
HSL 84.44º 0.59% 0.64% -
HSV(B) 84.44º 0.5% 0.85% -
XYZ 45.34 60.27 23.99 -
YUV 192.53 81.42 114.78 -
System Red Green Blue C M Y K H S L
Decimal 174 218 110 0.20 0 0.50 0.15 84.44 0.59 0.64
Hex AE DA 6E 14 0 32 F 54 3B 40
Octal 256 332 156 24 0 62 17 124 73 100
Binary 10101110 11011010 1101110 10100 0 110010 1111 1010100 111011 1000000

Color Harmonies of #AEDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDA6E

Black with #AEDA6E

Text Example


Text Example

White with #AEDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDA6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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