Html Css Color HEX #AEEC49 Conifer

📋 copy color: '#AEEC49'

red 174 ◦ green 236 ◦ blue 73

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

Shades of Conifer #AEEC49

Tints of Conifer #AEEC49

RGB

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

 GREEN value IS 236 (92.58% from 255) = 48.86%

 BLUE value IS 73 (28.91% from 255) = 15.11%

R = 36.02%
G = 48.86%
B = 15.11%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#AEEC49 (or 0xAEEC49) is known color: Conifer. HEX triplet: AE, EC and 49. RGB value is (174,236,73). Sum of RGB (Red+Green+Blue) = 174+236+73=483 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.02% from 483); Green value is 236 (92.58% from 255 or 48.86% from 483); Blue value is 73 (28.91% from 255 or 15.11% from 483); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEC49 is #5113B6. Grayscale: #C7C7C7. Windows color (decimal): -5313463 or 4844718. OLE color: 4844718.

HSL color Cylindrical-coordinate representation of color #AEEC49: hue angle of 82.82º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEEC49 is Cyan = 0.26, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 236 73 -
CMYK 0.26 0 0.69 0.07
HSL 82.82º 0.81% 0.61% -
HSV(B) 82.82º 0.69% 0.93% -
XYZ 48.65 69.47 17.15 -
YUV 198.88 56.96 110.25 -
System Red Green Blue C M Y K H S L
Decimal 174 236 73 0.26 0 0.69 0.07 82.82 0.81 0.61
Hex AE EC 49 1A 0 45 7 53 51 3D
Octal 256 354 111 32 0 105 7 123 121 75
Binary 10101110 11101100 1001001 11010 0 1000101 111 1010011 1010001 111101

Color Harmonies of #AEEC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC49

Black with #AEEC49

Text Example


Text Example

White with #AEEC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC49; }

 p { color: rgb(174,236,73); }

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

background-color css

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

 a { background-color: rgb(174,236,73); }

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

border-color css

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

 span { border-color: rgb(174,236,73); }

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