Html Css Color HEX #9EF066 Feijoa

📋 copy color: '#9EF066'

red 158 ◦ green 240 ◦ blue 102

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

Shades of Feijoa #9EF066

Tints of Feijoa #9EF066

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48%

 BLUE value IS 102 (40.23% from 255) = 20.4%

R = 31.6%
G = 48%
B = 20.4%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#9EF066 (or 0x9EF066) is known color: Feijoa. HEX triplet: 9E, F0 and 66. RGB value is (158,240,102). Sum of RGB (Red+Green+Blue) = 158+240+102=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF066 is #610F99. Grayscale: #C8C8C8. Windows color (decimal): -6360986 or 6746270. OLE color: 6746270.

HSL color Cylindrical-coordinate representation of color #9EF066: hue angle of 95.65º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9EF066 is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 158 240 102 -
CMYK 0.34 0 0.58 0.06
HSL 95.65º 0.82% 0.67% -
HSV(B) 95.65º 0.58% 0.94% -
XYZ 47.66 70.55 23.68 -
YUV 199.75 72.83 98.22 -
System Red Green Blue C M Y K H S L
Decimal 158 240 102 0.34 0 0.58 0.06 95.65 0.82 0.67
Hex 9E F0 66 22 0 3A 6 60 52 43
Octal 236 360 146 42 0 72 6 140 122 103
Binary 10011110 11110000 1100110 100010 0 111010 110 1100000 1010010 1000011

Color Harmonies of #9EF066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EF066

Black with #9EF066

Text Example


Text Example

White with #9EF066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,240,102); }

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

background-color css

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

 a { background-color: rgb(158,240,102); }

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

border-color css

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

 span { border-color: rgb(158,240,102); }

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