Html Css Color HEX #9CF250 Conifer

📋 copy color: '#9CF250'

red 156 ◦ green 242 ◦ blue 80

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

Shades of Conifer #9CF250

Tints of Conifer #9CF250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 32.64%
G = 50.63%
B = 16.74%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#9CF250 (or 0x9CF250) is known color: Conifer. HEX triplet: 9C, F2 and 50. RGB value is (156,242,80). Sum of RGB (Red+Green+Blue) = 156+242+80=478 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.64% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF250 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF250 is #630DAF. Grayscale: #C6C6C6. Windows color (decimal): -6491568 or 5304988. OLE color: 5304988.

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

Color convert

RGB 156 242 80 -
CMYK 0.36 0 0.67 0.05
HSL 91.85º 0.86% 0.63% -
HSV(B) 91.85º 0.67% 0.95% -
XYZ 46.91 71.15 18.85 -
YUV 197.82 61.51 98.17 -
System Red Green Blue C M Y K H S L
Decimal 156 242 80 0.36 0 0.67 0.05 91.85 0.86 0.63
Hex 9C F2 50 24 0 43 5 5C 56 3F
Octal 234 362 120 44 0 103 5 134 126 77
Binary 10011100 11110010 1010000 100100 0 1000011 101 1011100 1010110 111111

Color Harmonies of #9CF250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF250

Black with #9CF250

Text Example


Text Example

White with #9CF250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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