Html Css Color HEX #AEEC5C Conifer

📋 copy color: '#AEEC5C'

red 174 ◦ green 236 ◦ blue 92

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

Shades of Conifer #AEEC5C

Tints of Conifer #AEEC5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.33%

R = 34.66%
G = 47.01%
B = 18.33%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#AEEC5C (or 0xAEEC5C) is known color: Conifer. HEX triplet: AE, EC and 5C. RGB value is (174,236,92). Sum of RGB (Red+Green+Blue) = 174+236+92=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC5C is #5113A3. Grayscale: #C9C9C9. Windows color (decimal): -5313444 or 6089902. OLE color: 6089902.

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

Color convert

RGB 174 236 92 -
CMYK 0.26 0 0.61 0.07
HSL 85.83º 0.79% 0.64% -
HSV(B) 85.83º 0.61% 0.93% -
XYZ 49.38 69.76 20.99 -
YUV 201.05 66.46 108.71 -
System Red Green Blue C M Y K H S L
Decimal 174 236 92 0.26 0 0.61 0.07 85.83 0.79 0.64
Hex AE EC 5C 1A 0 3D 7 56 4F 40
Octal 256 354 134 32 0 75 7 126 117 100
Binary 10101110 11101100 1011100 11010 0 111101 111 1010110 1001111 1000000

Color Harmonies of #AEEC5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC5C

Black with #AEEC5C

Text Example


Text Example

White with #AEEC5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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