Html Css Color HEX #AEEC5A Conifer

📋 copy color: '#AEEC5A'

red 174 ◦ green 236 ◦ blue 90

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

Shades of Conifer #AEEC5A

Tints of Conifer #AEEC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18%

R = 34.8%
G = 47.2%
B = 18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.62

 K value IS 0.07

RGB Variations

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

Color information

#AEEC5A (or 0xAEEC5A) is known color: Conifer. HEX triplet: AE, EC and 5A. RGB value is (174,236,90). Sum of RGB (Red+Green+Blue) = 174+236+90=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC5A is #5113A5. Grayscale: #C9C9C9. Windows color (decimal): -5313446 or 5958830. OLE color: 5958830.

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

Color convert

RGB 174 236 90 -
CMYK 0.26 0 0.62 0.07
HSL 85.48º 0.79% 0.64% -
HSV(B) 85.48º 0.62% 0.93% -
XYZ 49.3 69.73 20.53 -
YUV 200.82 65.46 108.87 -
System Red Green Blue C M Y K H S L
Decimal 174 236 90 0.26 0 0.62 0.07 85.48 0.79 0.64
Hex AE EC 5A 1A 0 3E 7 55 4F 40
Octal 256 354 132 32 0 76 7 125 117 100
Binary 10101110 11101100 1011010 11010 0 111110 111 1010101 1001111 1000000

Color Harmonies of #AEEC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC5A

Black with #AEEC5A

Text Example


Text Example

White with #AEEC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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