Html Css Color HEX #AEEC45 Conifer

📋 copy color: '#AEEC45'

red 174 ◦ green 236 ◦ blue 69

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

Shades of Conifer #AEEC45

Tints of Conifer #AEEC45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 14.41%

R = 36.33%
G = 49.27%
B = 14.41%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#AEEC45 (or 0xAEEC45) is known color: Conifer. HEX triplet: AE, EC and 45. RGB value is (174,236,69). Sum of RGB (Red+Green+Blue) = 174+236+69=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 69 (27.34% from 255 or 14.41% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEC45 is #5113BA. Grayscale: #C7C7C7. Windows color (decimal): -5313467 or 4582574. OLE color: 4582574.

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

Color convert

RGB 174 236 69 -
CMYK 0.26 0 0.71 0.07
HSL 82.28º 0.81% 0.6% -
HSV(B) 82.28º 0.71% 0.93% -
XYZ 48.53 69.42 16.47 -
YUV 198.42 54.96 110.58 -
System Red Green Blue C M Y K H S L
Decimal 174 236 69 0.26 0 0.71 0.07 82.28 0.81 0.6
Hex AE EC 45 1A 0 47 7 52 51 3C
Octal 256 354 105 32 0 107 7 122 121 74
Binary 10101110 11101100 1000101 11010 0 1000111 111 1010010 1010001 111100

Color Harmonies of #AEEC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC45

Black with #AEEC45

Text Example


Text Example

White with #AEEC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC45; }

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

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

background-color css

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

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

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

border-color css

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

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

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