Html Css Color HEX #9EE068 Feijoa

📋 copy color: '#9EE068'

red 158 ◦ green 224 ◦ blue 104

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

Shades of Feijoa #9EE068

Tints of Feijoa #9EE068

RGB

 RED value IS 158 (62.11% from 255) = 32.51%

 GREEN value IS 224 (87.89% from 255) = 46.09%

 BLUE value IS 104 (41.02% from 255) = 21.4%

R = 32.51%
G = 46.09%
B = 21.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#9EE068 (or 0x9EE068) is known color: Feijoa. HEX triplet: 9E, E0 and 68. RGB value is (158,224,104). Sum of RGB (Red+Green+Blue) = 158+224+104=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 224 (87.89% from 255 or 46.09% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE068 is #611F97. Grayscale: #BFBFBF. Windows color (decimal): -6365080 or 6873246. OLE color: 6873246.

HSL color Cylindrical-coordinate representation of color #9EE068: hue angle of 93º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EE068 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 158 224 104 -
CMYK 0.29 0 0.54 0.12
HSL 93º 0.66% 0.64% -
HSV(B) 93º 0.54% 0.88% -
XYZ 43.25 61.58 22.7 -
YUV 190.59 79.13 104.76 -
System Red Green Blue C M Y K H S L
Decimal 158 224 104 0.29 0 0.54 0.12 93 0.66 0.64
Hex 9E E0 68 1D 0 36 C 5D 42 40
Octal 236 340 150 35 0 66 14 135 102 100
Binary 10011110 11100000 1101000 11101 0 110110 1100 1011101 1000010 1000000

Color Harmonies of #9EE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE068

Black with #9EE068

Text Example


Text Example

White with #9EE068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EE068; }

 p { color: rgb(158,224,104); }

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

background-color css

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

 a { background-color: rgb(158,224,104); }

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

border-color css

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

 span { border-color: rgb(158,224,104); }

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