Html Css Color HEX #AEE162 Conifer

📋 copy color: '#AEE162'

red 174 ◦ green 225 ◦ blue 98

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

Shades of Conifer #AEE162

Tints of Conifer #AEE162

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.27%

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

R = 35.01%
G = 45.27%
B = 19.72%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#AEE162 (or 0xAEE162) is known color: Conifer. HEX triplet: AE, E1 and 62. RGB value is (174,225,98). Sum of RGB (Red+Green+Blue) = 174+225+98=497 (65% of max value = 765). Red value is 174 (68.36% from 255 or 35.01% from 497); Green value is 225 (88.28% from 255 or 45.27% from 497); Blue value is 98 (38.67% from 255 or 19.72% from 497); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE162 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE162 is #511E9D. Grayscale: #C3C3C3. Windows color (decimal): -5316254 or 6480302. OLE color: 6480302.

HSL color Cylindrical-coordinate representation of color #AEE162: hue angle of 84.09º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEE162 is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 98 -
CMYK 0.23 0 0.56 0.12
HSL 84.09º 0.68% 0.63% -
HSV(B) 84.09º 0.56% 0.88% -
XYZ 46.59 63.73 21.4 -
YUV 195.27 73.1 112.83 -
System Red Green Blue C M Y K H S L
Decimal 174 225 98 0.23 0 0.56 0.12 84.09 0.68 0.63
Hex AE E1 62 17 0 38 C 54 44 3F
Octal 256 341 142 27 0 70 14 124 104 77
Binary 10101110 11100001 1100010 10111 0 111000 1100 1010100 1000100 111111

Color Harmonies of #AEE162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE162

Black with #AEE162

Text Example


Text Example

White with #AEE162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE162; }

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

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

background-color css

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

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

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

border-color css

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

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

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