Html Css Color HEX #0CFD6D Spring Green

📋 copy color: '#0CFD6D'

red 12 ◦ green 253 ◦ blue 109

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

Shades of Spring Green #0CFD6D

Tints of Spring Green #0CFD6D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 67.65%

 BLUE value IS 109 (42.97% from 255) = 29.14%

R = 3.21%
G = 67.65%
B = 29.14%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#0CFD6D (or 0x0CFD6D) is known color: Spring Green. HEX triplet: 0C, FD and 6D. RGB value is (12,253,109). Sum of RGB (Red+Green+Blue) = 12+253+109=374 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.21% from 374); Green value is 253 (99.22% from 255 or 67.65% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 253 - color contains mainly: green. Hex color #0CFD6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFD6D is #F30292. Grayscale: #A4A4A4. Windows color (decimal): -15925907 or 7208204. OLE color: 7208204.

HSL color Cylindrical-coordinate representation of color #0CFD6D: hue angle of 144.15º 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 #0CFD6D is Cyan = 0.95, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 12 253 109 -
CMYK 0.95 0 0.57 0.01
HSL 144.15º 0.98% 0.52% -
HSV(B) 144.15º 0.95% 0.99% -
XYZ 38.04 71.43 26.25 -
YUV 164.53 96.66 19.21 -
System Red Green Blue C M Y K H S L
Decimal 12 253 109 0.95 0 0.57 0.01 144.15 0.98 0.52
Hex C FD 6D 5F 0 39 1 90 62 34
Octal 14 375 155 137 0 71 1 220 142 64
Binary 1100 11111101 1101101 1011111 0 111001 1 10010000 1100010 110100

Color Harmonies of #0CFD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFD6D

Black with #0CFD6D

Text Example


Text Example

White with #0CFD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,253,109); }

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

background-color css

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

 a { background-color: rgb(12,253,109); }

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

border-color css

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

 span { border-color: rgb(12,253,109); }

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