Html Css Color HEX #AEED4E Conifer

📋 copy color: '#AEED4E'

red 174 ◦ green 237 ◦ blue 78

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

Shades of Conifer #AEED4E

Tints of Conifer #AEED4E

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.47%

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

R = 35.58%
G = 48.47%
B = 15.95%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#AEED4E (or 0xAEED4E) is known color: Conifer. HEX triplet: AE, ED and 4E. RGB value is (174,237,78). Sum of RGB (Red+Green+Blue) = 174+237+78=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 78 (30.86% from 255 or 15.95% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED4E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED4E is #5112B1. Grayscale: #C8C8C8. Windows color (decimal): -5313202 or 5172654. OLE color: 5172654.

HSL color Cylindrical-coordinate representation of color #AEED4E: hue angle of 83.77º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AEED4E is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 78 -
CMYK 0.27 0 0.67 0.07
HSL 83.77º 0.82% 0.62% -
HSV(B) 83.77º 0.67% 0.93% -
XYZ 49.11 70.12 18.15 -
YUV 200.04 59.13 109.43 -
System Red Green Blue C M Y K H S L
Decimal 174 237 78 0.27 0 0.67 0.07 83.77 0.82 0.62
Hex AE ED 4E 1B 0 43 7 54 52 3E
Octal 256 355 116 33 0 103 7 124 122 76
Binary 10101110 11101101 1001110 11011 0 1000011 111 1010100 1010010 111110

Color Harmonies of #AEED4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED4E

Black with #AEED4E

Text Example


Text Example

White with #AEED4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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