Html Css Color HEX #AEDD56 Conifer

📋 copy color: '#AEDD56'

red 174 ◦ green 221 ◦ blue 86

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

Shades of Conifer #AEDD56

Tints of Conifer #AEDD56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 17.88%

R = 36.17%
G = 45.95%
B = 17.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#AEDD56 (or 0xAEDD56) is known color: Conifer. HEX triplet: AE, DD and 56. RGB value is (174,221,86). Sum of RGB (Red+Green+Blue) = 174+221+86=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 86 (33.98% from 255 or 17.88% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD56 is #5122A9. Grayscale: #C0C0C0. Windows color (decimal): -5317290 or 5692846. OLE color: 5692846.

HSL color Cylindrical-coordinate representation of color #AEDD56: hue angle of 80.89º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEDD56 is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 86 -
CMYK 0.21 0 0.61 0.13
HSL 80.89º 0.67% 0.6% -
HSV(B) 80.89º 0.61% 0.87% -
XYZ 44.99 61.38 18.28 -
YUV 191.56 68.43 115.48 -
System Red Green Blue C M Y K H S L
Decimal 174 221 86 0.21 0 0.61 0.13 80.89 0.67 0.6
Hex AE DD 56 15 0 3D D 51 43 3C
Octal 256 335 126 25 0 75 15 121 103 74
Binary 10101110 11011101 1010110 10101 0 111101 1101 1010001 1000011 111100

Color Harmonies of #AEDD56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD56

Black with #AEDD56

Text Example


Text Example

White with #AEDD56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD56; }

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

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

background-color css

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

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

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

border-color css

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

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

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