Html Css Color HEX #AEEC41 Conifer

📋 copy color: '#AEEC41'

red 174 ◦ green 236 ◦ blue 65

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

Shades of Conifer #AEEC41

Tints of Conifer #AEEC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 13.68%

R = 36.63%
G = 49.68%
B = 13.68%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#AEEC41 (or 0xAEEC41) is known color: Conifer. HEX triplet: AE, EC and 41. RGB value is (174,236,65). Sum of RGB (Red+Green+Blue) = 174+236+65=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 236 (92.58% from 255 or 49.68% from 475); Blue value is 65 (25.78% from 255 or 13.68% from 475); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEC41 is #5113BE. Grayscale: #C6C6C6. Windows color (decimal): -5313471 or 4320430. OLE color: 4320430.

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

Color convert

RGB 174 236 65 -
CMYK 0.26 0 0.72 0.07
HSL 81.75º 0.82% 0.59% -
HSV(B) 81.75º 0.72% 0.93% -
XYZ 48.41 69.37 15.84 -
YUV 197.97 52.96 110.9 -
System Red Green Blue C M Y K H S L
Decimal 174 236 65 0.26 0 0.72 0.07 81.75 0.82 0.59
Hex AE EC 41 1A 0 48 7 52 52 3B
Octal 256 354 101 32 0 110 7 122 122 73
Binary 10101110 11101100 1000001 11010 0 1001000 111 1010010 1010010 111011

Color Harmonies of #AEEC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC41

Black with #AEEC41

Text Example


Text Example

White with #AEEC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC41; }

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

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

background-color css

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

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

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

border-color css

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

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

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