Html Css Color HEX #9CFC5A Conifer

📋 copy color: '#9CFC5A'

red 156 ◦ green 252 ◦ blue 90

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

Shades of Conifer #9CFC5A

Tints of Conifer #9CFC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.6%

 BLUE value IS 90 (35.55% from 255) = 18.07%

R = 31.33%
G = 50.6%
B = 18.07%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#9CFC5A (or 0x9CFC5A) is known color: Conifer. HEX triplet: 9C, FC and 5A. RGB value is (156,252,90). Sum of RGB (Red+Green+Blue) = 156+252+90=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 252 (98.83% from 255 or 50.60% from 498); Blue value is 90 (35.55% from 255 or 18.07% from 498); Max value from RGB is 252 - color contains mainly: green. Hex color #9CFC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CFC5A is #6303A5. Grayscale: #CDCDCD. Windows color (decimal): -6488998 or 5962908. OLE color: 5962908.

HSL color Cylindrical-coordinate representation of color #9CFC5A: hue angle of 95.56º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9CFC5A is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 156 252 90 -
CMYK 0.38 0 0.64 0.01
HSL 95.56º 0.96% 0.67% -
HSV(B) 95.56º 0.64% 0.99% -
XYZ 50.37 77.43 21.96 -
YUV 204.83 63.2 93.17 -
System Red Green Blue C M Y K H S L
Decimal 156 252 90 0.38 0 0.64 0.01 95.56 0.96 0.67
Hex 9C FC 5A 26 0 40 1 60 60 43
Octal 234 374 132 46 0 100 1 140 140 103
Binary 10011100 11111100 1011010 100110 0 1000000 1 1100000 1100000 1000011

Color Harmonies of #9CFC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CFC5A

Black with #9CFC5A

Text Example


Text Example

White with #9CFC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,252,90); }

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

background-color css

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

 a { background-color: rgb(156,252,90); }

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

border-color css

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

 span { border-color: rgb(156,252,90); }

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