Html Css Color HEX #AEE248 Conifer

📋 copy color: '#AEE248'

red 174 ◦ green 226 ◦ blue 72

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

Shades of Conifer #AEE248

Tints of Conifer #AEE248

RGB

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

 GREEN value IS 226 (88.67% from 255) = 47.88%

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

R = 36.86%
G = 47.88%
B = 15.25%

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

#AEE248 (or 0xAEE248) is known color: Conifer. HEX triplet: AE, E2 and 48. RGB value is (174,226,72). Sum of RGB (Red+Green+Blue) = 174+226+72=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 226 (88.67% from 255 or 47.88% from 472); Blue value is 72 (28.52% from 255 or 15.25% from 472); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE248 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE248 is #511DB7. Grayscale: #C1C1C1. Windows color (decimal): -5316024 or 4776622. OLE color: 4776622.

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

Color convert

RGB 174 226 72 -
CMYK 0.23 0 0.68 0.11
HSL 80.26º 0.73% 0.58% -
HSV(B) 80.26º 0.68% 0.89% -
XYZ 45.82 63.86 16.04 -
YUV 192.9 59.77 114.52 -
System Red Green Blue C M Y K H S L
Decimal 174 226 72 0.23 0 0.68 0.11 80.26 0.73 0.58
Hex AE E2 48 17 0 44 B 50 49 3A
Octal 256 342 110 27 0 104 13 120 111 72
Binary 10101110 11100010 1001000 10111 0 1000100 1011 1010000 1001001 111010

Color Harmonies of #AEE248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE248

Black with #AEE248

Text Example


Text Example

White with #AEE248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE248; }

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

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

background-color css

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

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

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

border-color css

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

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

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