Html Css Color HEX #AEDD6E Conifer

📋 copy color: '#AEDD6E'

red 174 ◦ green 221 ◦ blue 110

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

Shades of Conifer #AEDD6E

Tints of Conifer #AEDD6E

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.76%

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

R = 34.46%
G = 43.76%
B = 21.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#AEDD6E (or 0xAEDD6E) is known color: Conifer. HEX triplet: AE, DD and 6E. RGB value is (174,221,110). Sum of RGB (Red+Green+Blue) = 174+221+110=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 110 (43.36% from 255 or 21.78% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD6E is #512291. Grayscale: #C2C2C2. Windows color (decimal): -5317266 or 7265710. OLE color: 7265710.

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

Color convert

RGB 174 221 110 -
CMYK 0.21 0 0.50 0.13
HSL 85.41º 0.62% 0.65% -
HSV(B) 85.41º 0.5% 0.87% -
XYZ 46.13 61.84 24.26 -
YUV 194.29 80.43 113.53 -
System Red Green Blue C M Y K H S L
Decimal 174 221 110 0.21 0 0.50 0.13 85.41 0.62 0.65
Hex AE DD 6E 15 0 32 D 55 3E 41
Octal 256 335 156 25 0 62 15 125 76 101
Binary 10101110 11011101 1101110 10101 0 110010 1101 1010101 111110 1000001

Color Harmonies of #AEDD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD6E

Black with #AEDD6E

Text Example


Text Example

White with #AEDD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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