#E2F69A

Color #E2F69A Jonquil (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jonquil #E2F69A

Tints of Jonquil #E2F69A

Color information

#E2F69A (or 0xE2F69A) is unknown color: approx Jonquil. HEX triplet: E2, F6 and 9A. RGB value is (226,246,154). Sum of RGB (Red+Green+Blue) = 226+246+154=626 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.10% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 154 (60.55% from 255 or 24.60% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F69A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F69A is #1D0965. Grayscale: #E5E5E5. Windows color (decimal): -1902950 or 10155746. OLE color: 10155746.

HSL color Cylindrical-coordinate representation of color #E2F69A: hue angle of 73.04º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E2F69A is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB226246154-
CMYK0.0800.370.04
HSL73.04º83.64%78.43%-
HSV(B)73.04º37.4%96.47%-
XYZ70.1584.4143.17-
YUV229.5385.37125.48-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 36.10%
GREEN value IS 246 (96.48% from 255) = 39.30%
BLUE value IS 154 (60.55% from 255) = 24.60%
R=36.10%
G=39.30%
B=24.60%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2262461540.0800.370.0473.0483.6478.43
HexE2F69A8025449544e
Octal342366232100454111124116
Binary11100010111101101001101010000100101100100100110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2F69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2F69A; }

 p { color: rgb(226,246,154); }

 H1.HeaderClassName
 {
   color: #E2F69A;
 }
 .AnyTagClassName
 {
   color: #E2F69A;
 }
</style>
background-color css

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

 a { background-color: rgb(226,246,154); }

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

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

 span { border-color: rgb(226,246,154); }

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