Html Css Color HEX #9CE975 Feijoa

📋 copy color: '#9CE975'

red 156 ◦ green 233 ◦ blue 117

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

Shades of Feijoa #9CE975

Tints of Feijoa #9CE975

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.05%

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

R = 30.83%
G = 46.05%
B = 23.12%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.09

RGB Variations

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

Color information

#9CE975 (or 0x9CE975) is known color: Feijoa. HEX triplet: 9C, E9 and 75. RGB value is (156,233,117). Sum of RGB (Red+Green+Blue) = 156+233+117=506 (67% of max value = 765). Red value is 156 (61.33% from 255 or 30.83% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #9CE975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CE975 is #63168A. Grayscale: #C5C5C5. Windows color (decimal): -6493835 or 7727516. OLE color: 7727516.

HSL color Cylindrical-coordinate representation of color #9CE975: hue angle of 99.83º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CE975 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB 156 233 117 -
CMYK 0.33 0 0.50 0.09
HSL 99.83º 0.73% 0.69% -
HSV(B) 99.83º 0.5% 0.91% -
XYZ 46.06 66.63 27.26 -
YUV 196.75 82.99 98.93 -
System Red Green Blue C M Y K H S L
Decimal 156 233 117 0.33 0 0.50 0.09 99.83 0.73 0.69
Hex 9C E9 75 21 0 32 9 64 48 45
Octal 234 351 165 41 0 62 11 144 110 105
Binary 10011100 11101001 1110101 100001 0 110010 1001 1100100 1001000 1000101

Color Harmonies of #9CE975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CE975

Black with #9CE975

Text Example


Text Example

White with #9CE975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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