Html Css Color HEX #AEE348 Conifer

📋 copy color: '#AEE348'

red 174 ◦ green 227 ◦ blue 72

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

Shades of Conifer #AEE348

Tints of Conifer #AEE348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 15.22%

R = 36.79%
G = 47.99%
B = 15.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#AEE348 (or 0xAEE348) is known color: Conifer. HEX triplet: AE, E3 and 48. RGB value is (174,227,72). Sum of RGB (Red+Green+Blue) = 174+227+72=473 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.79% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 72 (28.52% from 255 or 15.22% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE348 is #511CB7. Grayscale: #C2C2C2. Windows color (decimal): -5315768 or 4776878. OLE color: 4776878.

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

Color convert

RGB 174 227 72 -
CMYK 0.23 0 0.68 0.11
HSL 80.52º 0.73% 0.59% -
HSV(B) 80.52º 0.68% 0.89% -
XYZ 46.09 64.4 16.13 -
YUV 193.48 59.44 114.1 -
System Red Green Blue C M Y K H S L
Decimal 174 227 72 0.23 0 0.68 0.11 80.52 0.73 0.59
Hex AE E3 48 17 0 44 B 51 49 3B
Octal 256 343 110 27 0 104 13 121 111 73
Binary 10101110 11100011 1001000 10111 0 1000100 1011 1010001 1001001 111011

Color Harmonies of #AEE348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE348

Black with #AEE348

Text Example


Text Example

White with #AEE348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE348; }

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

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

background-color css

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

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

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

border-color css

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

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

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