Html Css Color HEX #AEDE6D Conifer

📋 copy color: '#AEDE6D'

red 174 ◦ green 222 ◦ blue 109

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

Shades of Conifer #AEDE6D

Tints of Conifer #AEDE6D

RGB

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

 GREEN value IS 222 (87.11% from 255) = 43.96%

 BLUE value IS 109 (42.97% from 255) = 21.58%

R = 34.46%
G = 43.96%
B = 21.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#AEDE6D (or 0xAEDE6D) is known color: Conifer. HEX triplet: AE, DE and 6D. RGB value is (174,222,109). Sum of RGB (Red+Green+Blue) = 174+222+109=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 222 (87.11% from 255 or 43.96% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE6D is #512192. Grayscale: #C3C3C3. Windows color (decimal): -5317011 or 7200430. OLE color: 7200430.

HSL color Cylindrical-coordinate representation of color #AEDE6D: hue angle of 85.49º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AEDE6D is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 109 -
CMYK 0.22 0 0.51 0.13
HSL 85.49º 0.63% 0.65% -
HSV(B) 85.49º 0.51% 0.87% -
XYZ 46.34 62.35 24.06 -
YUV 194.77 79.6 113.19 -
System Red Green Blue C M Y K H S L
Decimal 174 222 109 0.22 0 0.51 0.13 85.49 0.63 0.65
Hex AE DE 6D 16 0 33 D 55 3F 41
Octal 256 336 155 26 0 63 15 125 77 101
Binary 10101110 11011110 1101101 10110 0 110011 1101 1010101 111111 1000001

Color Harmonies of #AEDE6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE6D

Black with #AEDE6D

Text Example


Text Example

White with #AEDE6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE6D; }

 p { color: rgb(174,222,109); }

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

background-color css

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

 a { background-color: rgb(174,222,109); }

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

border-color css

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

 span { border-color: rgb(174,222,109); }

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