Html Css Color HEX #AEDE4E Conifer

📋 copy color: '#AEDE4E'

red 174 ◦ green 222 ◦ blue 78

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

Shades of Conifer #AEDE4E

Tints of Conifer #AEDE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.46%

R = 36.71%
G = 46.84%
B = 16.46%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#AEDE4E (or 0xAEDE4E) is known color: Conifer. HEX triplet: AE, DE and 4E. RGB value is (174,222,78). Sum of RGB (Red+Green+Blue) = 174+222+78=474 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.71% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE4E is #5121B1. Grayscale: #BFBFBF. Windows color (decimal): -5317042 or 5168814. OLE color: 5168814.

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

Color convert

RGB 174 222 78 -
CMYK 0.22 0 0.65 0.13
HSL 80º 0.69% 0.59% -
HSV(B) 80º 0.65% 0.87% -
XYZ 44.95 61.79 16.77 -
YUV 191.23 64.1 115.71 -
System Red Green Blue C M Y K H S L
Decimal 174 222 78 0.22 0 0.65 0.13 80 0.69 0.59
Hex AE DE 4E 16 0 41 D 50 45 3B
Octal 256 336 116 26 0 101 15 120 105 73
Binary 10101110 11011110 1001110 10110 0 1000001 1101 1010000 1000101 111011

Color Harmonies of #AEDE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE4E

Black with #AEDE4E

Text Example


Text Example

White with #AEDE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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