Html Css Color HEX #AEE362 Conifer

📋 copy color: '#AEE362'

red 174 ◦ green 227 ◦ blue 98

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

Shades of Conifer #AEE362

Tints of Conifer #AEE362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.64%

R = 34.87%
G = 45.49%
B = 19.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.11

RGB Variations

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

Color information

#AEE362 (or 0xAEE362) is known color: Conifer. HEX triplet: AE, E3 and 62. RGB value is (174,227,98). Sum of RGB (Red+Green+Blue) = 174+227+98=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 227 (89.06% from 255 or 45.49% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE362 is #511C9D. Grayscale: #C4C4C4. Windows color (decimal): -5315742 or 6480814. OLE color: 6480814.

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

Color convert

RGB 174 227 98 -
CMYK 0.23 0 0.57 0.11
HSL 84.65º 0.7% 0.64% -
HSV(B) 84.65º 0.57% 0.89% -
XYZ 47.13 64.82 21.58 -
YUV 196.45 72.44 111.99 -
System Red Green Blue C M Y K H S L
Decimal 174 227 98 0.23 0 0.57 0.11 84.65 0.7 0.64
Hex AE E3 62 17 0 39 B 55 46 40
Octal 256 343 142 27 0 71 13 125 106 100
Binary 10101110 11100011 1100010 10111 0 111001 1011 1010101 1000110 1000000

Color Harmonies of #AEE362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE362

Black with #AEE362

Text Example


Text Example

White with #AEE362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE362; }

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

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

background-color css

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

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

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

border-color css

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

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

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