Html Css Color HEX #0CFB73 Spring Green

📋 copy color: '#0CFB73'

red 12 ◦ green 251 ◦ blue 115

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

Shades of Spring Green #0CFB73

Tints of Spring Green #0CFB73

RGB

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

 GREEN value IS 251 (98.44% from 255) = 66.4%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 3.17%
G = 66.4%
B = 30.42%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#0CFB73 (or 0x0CFB73) is known color: Spring Green. HEX triplet: 0C, FB and 73. RGB value is (12,251,115). Sum of RGB (Red+Green+Blue) = 12+251+115=378 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.17% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB73 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFB73 is #F3048C. Grayscale: #A4A4A4. Windows color (decimal): -15926413 or 7600908. OLE color: 7600908.

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

Color convert

RGB 12 251 115 -
CMYK 0.95 0 0.54 0.02
HSL 145.86º 0.97% 0.52% -
HSV(B) 145.86º 0.95% 0.98% -
XYZ 37.74 70.31 27.8 -
YUV 164.04 100.32 19.56 -
System Red Green Blue C M Y K H S L
Decimal 12 251 115 0.95 0 0.54 0.02 145.86 0.97 0.52
Hex C FB 73 5F 0 36 2 92 61 34
Octal 14 373 163 137 0 66 2 222 141 64
Binary 1100 11111011 1110011 1011111 0 110110 10 10010010 1100001 110100

Color Harmonies of #0CFB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFB73

Black with #0CFB73

Text Example


Text Example

White with #0CFB73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,251,115); }

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

background-color css

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

 a { background-color: rgb(12,251,115); }

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

border-color css

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

 span { border-color: rgb(12,251,115); }

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