Html Css Color HEX #AEE360 Conifer

📋 copy color: '#AEE360'

red 174 ◦ green 227 ◦ blue 96

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

Shades of Conifer #AEE360

Tints of Conifer #AEE360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.32%

R = 35.01%
G = 45.67%
B = 19.32%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#AEE360 (or 0xAEE360) is known color: Conifer. HEX triplet: AE, E3 and 60. RGB value is (174,227,96). Sum of RGB (Red+Green+Blue) = 174+227+96=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 227 (89.06% from 255 or 45.67% from 497); Blue value is 96 (37.89% from 255 or 19.32% from 497); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE360 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE360 is #511C9F. Grayscale: #C4C4C4. Windows color (decimal): -5315744 or 6349742. OLE color: 6349742.

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

Color convert

RGB 174 227 96 -
CMYK 0.23 0 0.58 0.11
HSL 84.27º 0.7% 0.63% -
HSV(B) 84.27º 0.58% 0.89% -
XYZ 47.04 64.78 21.09 -
YUV 196.22 71.44 112.15 -
System Red Green Blue C M Y K H S L
Decimal 174 227 96 0.23 0 0.58 0.11 84.27 0.7 0.63
Hex AE E3 60 17 0 3A B 54 46 3F
Octal 256 343 140 27 0 72 13 124 106 77
Binary 10101110 11100011 1100000 10111 0 111010 1011 1010100 1000110 111111

Color Harmonies of #AEE360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE360

Black with #AEE360

Text Example


Text Example

White with #AEE360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE360; }

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

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

background-color css

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

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

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

border-color css

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

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

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