Html Css Color HEX #0CFA7A Spring Green

📋 copy color: '#0CFA7A'

red 12 ◦ green 250 ◦ blue 122

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

Shades of Spring Green #0CFA7A

Tints of Spring Green #0CFA7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 31.77%

R = 3.13%
G = 65.1%
B = 31.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#0CFA7A (or 0x0CFA7A) is known color: Spring Green. HEX triplet: 0C, FA and 7A. RGB value is (12,250,122). Sum of RGB (Red+Green+Blue) = 12+250+122=384 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #0CFA7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFA7A is #F30585. Grayscale: #A4A4A4. Windows color (decimal): -15926662 or 8059404. OLE color: 8059404.

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

Color convert

RGB 12 250 122 -
CMYK 0.95 0 0.51 0.02
HSL 147.73º 0.96% 0.51% -
HSV(B) 147.73º 0.95% 0.98% -
XYZ 37.85 69.85 29.9 -
YUV 164.25 104.15 19.41 -
System Red Green Blue C M Y K H S L
Decimal 12 250 122 0.95 0 0.51 0.02 147.73 0.96 0.51
Hex C FA 7A 5F 0 33 2 94 60 33
Octal 14 372 172 137 0 63 2 224 140 63
Binary 1100 11111010 1111010 1011111 0 110011 10 10010100 1100000 110011

Color Harmonies of #0CFA7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFA7A

Black with #0CFA7A

Text Example


Text Example

White with #0CFA7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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