Html Css Color HEX #0CFA6D Spring Green

📋 copy color: '#0CFA6D'

red 12 ◦ green 250 ◦ blue 109

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

Shades of Spring Green #0CFA6D

Tints of Spring Green #0CFA6D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 67.39%

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

R = 3.23%
G = 67.39%
B = 29.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#0CFA6D (or 0x0CFA6D) is known color: Spring Green. HEX triplet: 0C, FA and 6D. RGB value is (12,250,109). Sum of RGB (Red+Green+Blue) = 12+250+109=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 250 (98.05% from 255 or 67.39% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA6D is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFA6D is #F30592. Grayscale: #A3A3A3. Windows color (decimal): -15926675 or 7207436. OLE color: 7207436.

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

Color convert

RGB 12 250 109 -
CMYK 0.95 0 0.56 0.02
HSL 144.45º 0.96% 0.51% -
HSV(B) 144.45º 0.95% 0.98% -
XYZ 37.1 69.55 25.94 -
YUV 162.76 97.65 20.46 -
System Red Green Blue C M Y K H S L
Decimal 12 250 109 0.95 0 0.56 0.02 144.45 0.96 0.51
Hex C FA 6D 5F 0 38 2 90 60 33
Octal 14 372 155 137 0 70 2 220 140 63
Binary 1100 11111010 1101101 1011111 0 111000 10 10010000 1100000 110011

Color Harmonies of #0CFA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFA6D

Black with #0CFA6D

Text Example


Text Example

White with #0CFA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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