Html Css Color HEX #E6FA96 Jonquil

📋 copy color: '#E6FA96'

red 230 ◦ green 250 ◦ blue 150

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

Shades of Jonquil #E6FA96

Tints of Jonquil #E6FA96

RGB

 RED value IS 230 (90.23% from 255) = 36.51%

 GREEN value IS 250 (98.05% from 255) = 39.68%

 BLUE value IS 150 (58.98% from 255) = 23.81%

R = 36.51%
G = 39.68%
B = 23.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#E6FA96 (or 0xE6FA96) is known color: Jonquil. HEX triplet: E6, FA and 96. RGB value is (230,250,150). Sum of RGB (Red+Green+Blue) = 230+250+150=630 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.51% from 630); Green value is 250 (98.05% from 255 or 39.68% from 630); Blue value is 150 (58.98% from 255 or 23.81% from 630); Max value from RGB is 250 - color contains mainly: green. Hex color #E6FA96 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #E6FA96 is #190569. Grayscale: #E9E9E9. Windows color (decimal): -1639786 or 9894630. OLE color: 9894630.

HSL color Cylindrical-coordinate representation of color #E6FA96: hue angle of 72º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #E6FA96 is Cyan = 0.08, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 250 150 -
CMYK 0.08 0 0.4 0.02
HSL 72º 0.91% 0.78% -
HSV(B) 72º 0.4% 0.98% -
XYZ 72.32 87.4 41.91 -
YUV 232.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 230 250 150 0.08 0 0.4 0.02 72 0.91 0.78
Hex E6 FA 96 8 0 28 2 48 5B 4E
Octal 346 372 226 10 0 50 2 110 133 116
Binary 11100110 11111010 10010110 1000 0 101000 10 1001000 1011011 1001110

Color Harmonies of #E6FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6FA96

Black with #E6FA96

Text Example


Text Example

White with #E6FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6FA96; }

 p { color: rgb(230,250,150); }

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

background-color css

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

 a { background-color: rgb(230,250,150); }

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

border-color css

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

 span { border-color: rgb(230,250,150); }

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