Html Css Color HEX #9CF760 Conifer

📋 copy color: '#9CF760'

red 156 ◦ green 247 ◦ blue 96

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

Shades of Conifer #9CF760

Tints of Conifer #9CF760

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.5%

 BLUE value IS 96 (37.89% from 255) = 19.24%

R = 31.26%
G = 49.5%
B = 19.24%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.61

 K value IS 0.03

RGB Variations

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

Color information

#9CF760 (or 0x9CF760) is known color: Conifer. HEX triplet: 9C, F7 and 60. RGB value is (156,247,96). Sum of RGB (Red+Green+Blue) = 156+247+96=499 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.26% from 499); Green value is 247 (96.88% from 255 or 49.50% from 499); Blue value is 96 (37.89% from 255 or 19.24% from 499); Max value from RGB is 247 - color contains mainly: green. Hex color #9CF760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF760 is #63089F. Grayscale: #CBCBCB. Windows color (decimal): -6490272 or 6354844. OLE color: 6354844.

HSL color Cylindrical-coordinate representation of color #9CF760: hue angle of 96.16º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9CF760 is Cyan = 0.37, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 247 96 -
CMYK 0.37 0 0.61 0.03
HSL 96.16º 0.9% 0.67% -
HSV(B) 96.16º 0.61% 0.97% -
XYZ 49.08 74.43 22.85 -
YUV 202.58 67.85 94.78 -
System Red Green Blue C M Y K H S L
Decimal 156 247 96 0.37 0 0.61 0.03 96.16 0.9 0.67
Hex 9C F7 60 25 0 3D 3 60 5A 43
Octal 234 367 140 45 0 75 3 140 132 103
Binary 10011100 11110111 1100000 100101 0 111101 11 1100000 1011010 1000011

Color Harmonies of #9CF760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF760

Black with #9CF760

Text Example


Text Example

White with #9CF760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,247,96); }

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

background-color css

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

 a { background-color: rgb(156,247,96); }

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

border-color css

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

 span { border-color: rgb(156,247,96); }

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