Html Css Color HEX #0CFF7B Spring Green

📋 copy color: '#0CFF7B'

red 12 ◦ green 255 ◦ blue 123

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

Shades of Spring Green #0CFF7B

Tints of Spring Green #0CFF7B

RGB

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

 GREEN value IS 255 (100% from 255) = 65.38%

 BLUE value IS 123 (48.44% from 255) = 31.54%

R = 3.08%
G = 65.38%
B = 31.54%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.52

 K value IS 0

RGB Variations

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

Color information

#0CFF7B (or 0x0CFF7B) is known color: Spring Green. HEX triplet: 0C, FF and 7B. RGB value is (12,255,123). Sum of RGB (Red+Green+Blue) = 12+255+123=390 (51% of max value = 765). Red value is 12 (5.08% from 255 or 3.08% from 390); Green value is 255 (100% from 255 or 65.38% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 255 - color contains mainly: green. Hex color #0CFF7B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CFF7B is #F30084. Grayscale: #A7A7A7. Windows color (decimal): -15925381 or 8126220. OLE color: 8126220.

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

Color convert

RGB 12 255 123 -
CMYK 0.95 0 0.52 0
HSL 147.41º 1% 0.52% -
HSV(B) 147.41º 0.95% 1% -
XYZ 39.49 73.03 30.75 -
YUV 167.3 102.99 17.23 -
System Red Green Blue C M Y K H S L
Decimal 12 255 123 0.95 0 0.52 0 147.41 1 0.52
Hex C FF 7B 5F 0 34 0 93 64 34
Octal 14 377 173 137 0 64 0 223 144 64
Binary 1100 11111111 1111011 1011111 0 110100 0 10010011 1100100 110100

Color Harmonies of #0CFF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CFF7B

Black with #0CFF7B

Text Example


Text Example

White with #0CFF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,255,123); }

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

background-color css

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

 a { background-color: rgb(12,255,123); }

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

border-color css

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

 span { border-color: rgb(12,255,123); }

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