Html Css Color HEX #AEE242 Conifer

📋 copy color: '#AEE242'

red 174 ◦ green 226 ◦ blue 66

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

Shades of Conifer #AEE242

Tints of Conifer #AEE242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.16%

R = 37.34%
G = 48.5%
B = 14.16%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#AEE242 (or 0xAEE242) is known color: Conifer. HEX triplet: AE, E2 and 42. RGB value is (174,226,66). Sum of RGB (Red+Green+Blue) = 174+226+66=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 226 (88.67% from 255 or 48.50% from 466); Blue value is 66 (26.17% from 255 or 14.16% from 466); Max value from RGB is 226 - color contains mainly: green. Hex color #AEE242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE242 is #511DBD. Grayscale: #C0C0C0. Windows color (decimal): -5316030 or 4383406. OLE color: 4383406.

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

Color convert

RGB 174 226 66 -
CMYK 0.23 0 0.71 0.11
HSL 79.5º 0.73% 0.57% -
HSV(B) 79.5º 0.71% 0.89% -
XYZ 45.64 63.78 15.06 -
YUV 192.21 56.77 115.01 -
System Red Green Blue C M Y K H S L
Decimal 174 226 66 0.23 0 0.71 0.11 79.5 0.73 0.57
Hex AE E2 42 17 0 47 B 50 49 39
Octal 256 342 102 27 0 107 13 120 111 71
Binary 10101110 11100010 1000010 10111 0 1000111 1011 1010000 1001001 111001

Color Harmonies of #AEE242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE242

Black with #AEE242

Text Example


Text Example

White with #AEE242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE242; }

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

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

background-color css

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

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

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

border-color css

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

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

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