Html Css Color HEX #0CFB7A Spring Green

📋 copy color: '#0CFB7A'

red 12 ◦ green 251 ◦ blue 122

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

Shades of Spring Green #0CFB7A

Tints of Spring Green #0CFB7A

RGB

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

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

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

R = 3.12%
G = 65.19%
B = 31.69%

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

#0CFB7A (or 0x0CFB7A) is known color: Spring Green. HEX triplet: 0C, FB and 7A. RGB value is (12,251,122). Sum of RGB (Red+Green+Blue) = 12+251+122=385 (50% of max value = 765). Red value is 12 (5.08% from 255 or 3.12% from 385); Green value is 251 (98.44% from 255 or 65.19% from 385); Blue value is 122 (48.05% from 255 or 31.69% from 385); Max value from RGB is 251 - color contains mainly: green. Hex color #0CFB7A is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFB7A is #F30485. Grayscale: #A5A5A5. Windows color (decimal): -15926406 or 8059660. OLE color: 8059660.

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

Color convert

RGB 12 251 122 -
CMYK 0.95 0 0.51 0.02
HSL 147.62º 0.97% 0.52% -
HSV(B) 147.62º 0.95% 0.98% -
XYZ 38.16 70.48 30 -
YUV 164.83 103.82 18.99 -
System Red Green Blue C M Y K H S L
Decimal 12 251 122 0.95 0 0.51 0.02 147.62 0.97 0.52
Hex C FB 7A 5F 0 33 2 94 61 34
Octal 14 373 172 137 0 63 2 224 141 64
Binary 1100 11111011 1111010 1011111 0 110011 10 10010100 1100001 110100

Color Harmonies of #0CFB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFB7A

Black with #0CFB7A

Text Example


Text Example

White with #0CFB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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