Html Css Color HEX #0CFC8D Spring Green

📋 copy color: '#0CFC8D'

red 12 ◦ green 252 ◦ blue 141

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

Shades of Spring Green #0CFC8D

Tints of Spring Green #0CFC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.81%

R = 2.96%
G = 62.22%
B = 34.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#0CFC8D (or 0x0CFC8D) is known color: Spring Green. HEX triplet: 0C, FC and 8D. RGB value is (12,252,141). Sum of RGB (Red+Green+Blue) = 12+252+141=405 (53% of max value = 765). Red value is 12 (5.08% from 255 or 2.96% from 405); Green value is 252 (98.83% from 255 or 62.22% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 252 - color contains mainly: green. Hex color #0CFC8D is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0CFC8D is #F30372. Grayscale: #A7A7A7. Windows color (decimal): -15926131 or 9305100. OLE color: 9305100.

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

Color convert

RGB 12 252 141 -
CMYK 0.95 0 0.44 0.01
HSL 152.25º 0.98% 0.52% -
HSV(B) 152.25º 0.95% 0.99% -
XYZ 39.77 71.62 36.93 -
YUV 167.59 112.99 17.03 -
System Red Green Blue C M Y K H S L
Decimal 12 252 141 0.95 0 0.44 0.01 152.25 0.98 0.52
Hex C FC 8D 5F 0 2C 1 98 62 34
Octal 14 374 215 137 0 54 1 230 142 64
Binary 1100 11111100 10001101 1011111 0 101100 1 10011000 1100010 110100

Color Harmonies of #0CFC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFC8D

Black with #0CFC8D

Text Example


Text Example

White with #0CFC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,252,141); }

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

background-color css

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

 a { background-color: rgb(12,252,141); }

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

border-color css

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

 span { border-color: rgb(12,252,141); }

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