Html Css Color HEX #AEE346 Conifer

📋 copy color: '#AEE346'

red 174 ◦ green 227 ◦ blue 70

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

Shades of Conifer #AEE346

Tints of Conifer #AEE346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.2%

 BLUE value IS 70 (27.73% from 255) = 14.86%

R = 36.94%
G = 48.2%
B = 14.86%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#AEE346 (or 0xAEE346) is known color: Conifer. HEX triplet: AE, E3 and 46. RGB value is (174,227,70). Sum of RGB (Red+Green+Blue) = 174+227+70=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 227 (89.06% from 255 or 48.20% from 471); Blue value is 70 (27.73% from 255 or 14.86% from 471); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE346 is #511CB9. Grayscale: #C1C1C1. Windows color (decimal): -5315770 or 4645806. OLE color: 4645806.

HSL color Cylindrical-coordinate representation of color #AEE346: hue angle of 80.25º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AEE346 is Cyan = 0.23, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 227 70 -
CMYK 0.23 0 0.69 0.11
HSL 80.25º 0.74% 0.58% -
HSV(B) 80.25º 0.69% 0.89% -
XYZ 46.03 64.38 15.79 -
YUV 193.26 58.44 114.27 -
System Red Green Blue C M Y K H S L
Decimal 174 227 70 0.23 0 0.69 0.11 80.25 0.74 0.58
Hex AE E3 46 17 0 45 B 50 4A 3A
Octal 256 343 106 27 0 105 13 120 112 72
Binary 10101110 11100011 1000110 10111 0 1000101 1011 1010000 1001010 111010

Color Harmonies of #AEE346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE346

Black with #AEE346

Text Example


Text Example

White with #AEE346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE346; }

 p { color: rgb(174,227,70); }

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

background-color css

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

 a { background-color: rgb(174,227,70); }

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

border-color css

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

 span { border-color: rgb(174,227,70); }

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