Html Css Color HEX #9CE075 Feijoa

📋 copy color: '#9CE075'

red 156 ◦ green 224 ◦ blue 117

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

Shades of Feijoa #9CE075

Tints of Feijoa #9CE075

RGB

 RED value IS 156 (61.33% from 255) = 31.39%

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

 BLUE value IS 117 (46.09% from 255) = 23.54%

R = 31.39%
G = 45.07%
B = 23.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.48

 K value IS 0.12

RGB Variations

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

Color information

#9CE075 (or 0x9CE075) is known color: Feijoa. HEX triplet: 9C, E0 and 75. RGB value is (156,224,117). Sum of RGB (Red+Green+Blue) = 156+224+117=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 224 (87.89% from 255 or 45.07% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CE075 is #631F8A. Grayscale: #BFBFBF. Windows color (decimal): -6496139 or 7725212. OLE color: 7725212.

HSL color Cylindrical-coordinate representation of color #9CE075: hue angle of 98.13º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9CE075 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB 156 224 117 -
CMYK 0.30 0 0.48 0.12
HSL 98.13º 0.63% 0.67% -
HSV(B) 98.13º 0.48% 0.88% -
XYZ 43.58 61.66 26.44 -
YUV 191.47 85.97 102.7 -
System Red Green Blue C M Y K H S L
Decimal 156 224 117 0.30 0 0.48 0.12 98.13 0.63 0.67
Hex 9C E0 75 1E 0 30 C 62 3F 43
Octal 234 340 165 36 0 60 14 142 77 103
Binary 10011100 11100000 1110101 11110 0 110000 1100 1100010 111111 1000011

Color Harmonies of #9CE075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE075

Black with #9CE075

Text Example


Text Example

White with #9CE075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,224,117); }

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

background-color css

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

 a { background-color: rgb(156,224,117); }

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

border-color css

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

 span { border-color: rgb(156,224,117); }

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