Html Css Color HEX #AEEC55 Conifer

📋 copy color: '#AEEC55'

red 174 ◦ green 236 ◦ blue 85

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

Shades of Conifer #AEEC55

Tints of Conifer #AEEC55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 17.17%

R = 35.15%
G = 47.68%
B = 17.17%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#AEEC55 (or 0xAEEC55) is known color: Conifer. HEX triplet: AE, EC and 55. RGB value is (174,236,85). Sum of RGB (Red+Green+Blue) = 174+236+85=495 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.15% from 495); Green value is 236 (92.58% from 255 or 47.68% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC55 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEC55 is #5113AA. Grayscale: #C8C8C8. Windows color (decimal): -5313451 or 5631150. OLE color: 5631150.

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

Color convert

RGB 174 236 85 -
CMYK 0.26 0 0.64 0.07
HSL 84.64º 0.8% 0.63% -
HSV(B) 84.64º 0.64% 0.93% -
XYZ 49.09 69.65 19.45 -
YUV 200.25 62.96 109.28 -
System Red Green Blue C M Y K H S L
Decimal 174 236 85 0.26 0 0.64 0.07 84.64 0.8 0.63
Hex AE EC 55 1A 0 40 7 55 50 3F
Octal 256 354 125 32 0 100 7 125 120 77
Binary 10101110 11101100 1010101 11010 0 1000000 111 1010101 1010000 111111

Color Harmonies of #AEEC55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC55

Black with #AEEC55

Text Example


Text Example

White with #AEEC55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC55; }

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

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

background-color css

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

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

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

border-color css

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

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

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