Html Css Color HEX #0CFF9B Medium Spring Green

📋 copy color: '#0CFF9B'

red 12 ◦ green 255 ◦ blue 155

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

Shades of Medium Spring Green #0CFF9B

Tints of Medium Spring Green #0CFF9B

RGB

 RED value IS 12 (5.08% from 255) = 2.84%

 GREEN value IS 255 (100% from 255) = 60.43%

 BLUE value IS 155 (60.94% from 255) = 36.73%

R = 2.84%
G = 60.43%
B = 36.73%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0

RGB Variations

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

Color information

#0CFF9B (or 0x0CFF9B) is known color: Medium Spring Green. HEX triplet: 0C, FF and 9B. RGB value is (12,255,155). Sum of RGB (Red+Green+Blue) = 12+255+155=422 (55% of max value = 765). Red value is 12 (5.08% from 255 or 2.84% from 422); Green value is 255 (100% from 255 or 60.43% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF9B is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFF9B is #F30064. Grayscale: #ABABAB. Windows color (decimal): -15925349 or 10223372. OLE color: 10223372.

HSL color Cylindrical-coordinate representation of color #0CFF9B: hue angle of 155.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CFF9B is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.

Color convert

RGB 12 255 155 -
CMYK 0.95 0 0.39 0
HSL 155.31º 1% 0.52% -
HSV(B) 155.31º 0.95% 1% -
XYZ 41.83 73.96 43.08 -
YUV 170.94 118.99 14.63 -
System Red Green Blue C M Y K H S L
Decimal 12 255 155 0.95 0 0.39 0 155.31 1 0.52
Hex C FF 9B 5F 0 27 0 9B 64 34
Octal 14 377 233 137 0 47 0 233 144 64
Binary 1100 11111111 10011011 1011111 0 100111 0 10011011 1100100 110100

Color Harmonies of #0CFF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF9B

Black with #0CFF9B

Text Example


Text Example

White with #0CFF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CFF9B; }

 p { color: rgb(12,255,155); }

 H1.HeaderClassName
 {
   color: #0CFF9B;
 }
 .AnyTagClassName
 {
   color: #0CFF9B;
 }
</style>

background-color css

<style>
 a { background-color: #0CFF9B; }

 a { background-color: rgb(12,255,155); }

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

border-color css

<style>
 span { border-color: #0CFF9B; }

 span { border-color: rgb(12,255,155); }

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