Html Css Color HEX #AEEC4A Conifer

📋 copy color: '#AEEC4A'

red 174 ◦ green 236 ◦ blue 74

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

Shades of Conifer #AEEC4A

Tints of Conifer #AEEC4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 15.29%

R = 35.95%
G = 48.76%
B = 15.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#AEEC4A (or 0xAEEC4A) is known color: Conifer. HEX triplet: AE, EC and 4A. RGB value is (174,236,74). Sum of RGB (Red+Green+Blue) = 174+236+74=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 236 (92.58% from 255 or 48.76% from 484); Blue value is 74 (29.30% from 255 or 15.29% from 484); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEC4A is #5113B5. Grayscale: #C7C7C7. Windows color (decimal): -5313462 or 4910254. OLE color: 4910254.

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

Color convert

RGB 174 236 74 -
CMYK 0.26 0 0.69 0.07
HSL 82.96º 0.81% 0.61% -
HSV(B) 82.96º 0.69% 0.93% -
XYZ 48.69 69.48 17.32 -
YUV 198.99 57.46 110.17 -
System Red Green Blue C M Y K H S L
Decimal 174 236 74 0.26 0 0.69 0.07 82.96 0.81 0.61
Hex AE EC 4A 1A 0 45 7 53 51 3D
Octal 256 354 112 32 0 105 7 123 121 75
Binary 10101110 11101100 1001010 11010 0 1000101 111 1010011 1010001 111101

Color Harmonies of #AEEC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC4A

Black with #AEEC4A

Text Example


Text Example

White with #AEEC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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