Html Css Color HEX #9CF955 Conifer

📋 copy color: '#9CF955'

red 156 ◦ green 249 ◦ blue 85

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

Shades of Conifer #9CF955

Tints of Conifer #9CF955

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.82%

 BLUE value IS 85 (33.59% from 255) = 17.35%

R = 31.84%
G = 50.82%
B = 17.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#9CF955 (or 0x9CF955) is known color: Conifer. HEX triplet: 9C, F9 and 55. RGB value is (156,249,85). Sum of RGB (Red+Green+Blue) = 156+249+85=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 249 (97.66% from 255 or 50.82% from 490); Blue value is 85 (33.59% from 255 or 17.35% from 490); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF955 is #6306AA. Grayscale: #CBCBCB. Windows color (decimal): -6489771 or 5634460. OLE color: 5634460.

HSL color Cylindrical-coordinate representation of color #9CF955: hue angle of 94.02º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CF955 is Cyan = 0.37, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 249 85 -
CMYK 0.37 0 0.66 0.02
HSL 94.02º 0.93% 0.65% -
HSV(B) 94.02º 0.66% 0.98% -
XYZ 49.23 75.48 20.57 -
YUV 202.5 61.69 94.84 -
System Red Green Blue C M Y K H S L
Decimal 156 249 85 0.37 0 0.66 0.02 94.02 0.93 0.65
Hex 9C F9 55 25 0 42 2 5E 5D 41
Octal 234 371 125 45 0 102 2 136 135 101
Binary 10011100 11111001 1010101 100101 0 1000010 10 1011110 1011101 1000001

Color Harmonies of #9CF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF955

Black with #9CF955

Text Example


Text Example

White with #9CF955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,249,85); }

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

background-color css

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

 a { background-color: rgb(156,249,85); }

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

border-color css

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

 span { border-color: rgb(156,249,85); }

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