Html Css Color HEX #9CF256 Conifer

📋 copy color: '#9CF256'

red 156 ◦ green 242 ◦ blue 86

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

Shades of Conifer #9CF256

Tints of Conifer #9CF256

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50%

 BLUE value IS 86 (33.98% from 255) = 17.77%

R = 32.23%
G = 50%
B = 17.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#9CF256 (or 0x9CF256) is known color: Conifer. HEX triplet: 9C, F2 and 56. RGB value is (156,242,86). Sum of RGB (Red+Green+Blue) = 156+242+86=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 86 (33.98% from 255 or 17.77% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF256 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF256 is #630DA9. Grayscale: #C7C7C7. Windows color (decimal): -6491562 or 5698204. OLE color: 5698204.

HSL color Cylindrical-coordinate representation of color #9CF256: hue angle of 93.08º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CF256 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 242 86 -
CMYK 0.36 0 0.64 0.05
HSL 93.08º 0.86% 0.64% -
HSV(B) 93.08º 0.64% 0.95% -
XYZ 47.14 71.24 20.07 -
YUV 198.5 64.51 97.68 -
System Red Green Blue C M Y K H S L
Decimal 156 242 86 0.36 0 0.64 0.05 93.08 0.86 0.64
Hex 9C F2 56 24 0 40 5 5D 56 40
Octal 234 362 126 44 0 100 5 135 126 100
Binary 10011100 11110010 1010110 100100 0 1000000 101 1011101 1010110 1000000

Color Harmonies of #9CF256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF256

Black with #9CF256

Text Example


Text Example

White with #9CF256

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,242,86); }

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

background-color css

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

 a { background-color: rgb(156,242,86); }

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

border-color css

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

 span { border-color: rgb(156,242,86); }

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