Html Css Color HEX #AEEC3F Conifer

📋 copy color: '#AEEC3F'

red 174 ◦ green 236 ◦ blue 63

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

Shades of Conifer #AEEC3F

Tints of Conifer #AEEC3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.32%

R = 36.79%
G = 49.89%
B = 13.32%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#AEEC3F (or 0xAEEC3F) is known color: Conifer. HEX triplet: AE, EC and 3F. RGB value is (174,236,63). Sum of RGB (Red+Green+Blue) = 174+236+63=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 63 (25% from 255 or 13.32% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #AEEC3F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AEEC3F is #5113C0. Grayscale: #C6C6C6. Windows color (decimal): -5313473 or 4189358. OLE color: 4189358.

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

Color convert

RGB 174 236 63 -
CMYK 0.26 0 0.73 0.07
HSL 81.5º 0.82% 0.59% -
HSV(B) 81.5º 0.73% 0.93% -
XYZ 48.35 69.35 15.54 -
YUV 197.74 51.96 111.07 -
System Red Green Blue C M Y K H S L
Decimal 174 236 63 0.26 0 0.73 0.07 81.5 0.82 0.59
Hex AE EC 3F 1A 0 49 7 52 52 3B
Octal 256 354 77 32 0 111 7 122 122 73
Binary 10101110 11101100 111111 11010 0 1001001 111 1010010 1010010 111011

Color Harmonies of #AEEC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEC3F

Black with #AEEC3F

Text Example


Text Example

White with #AEEC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEC3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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