Html Css Color HEX #0CF66B Spring Green

📋 copy color: '#0CF66B'

red 12 ◦ green 246 ◦ blue 107

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

Shades of Spring Green #0CF66B

Tints of Spring Green #0CF66B

RGB

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

 GREEN value IS 246 (96.48% from 255) = 67.4%

 BLUE value IS 107 (42.19% from 255) = 29.32%

R = 3.29%
G = 67.4%
B = 29.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.04

RGB Variations

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

Color information

#0CF66B (or 0x0CF66B) is known color: Spring Green. HEX triplet: 0C, F6 and 6B. RGB value is (12,246,107). Sum of RGB (Red+Green+Blue) = 12+246+107=365 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.29% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 107 (42.19% from 255 or 29.32% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #0CF66B is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0CF66B is #F30994. Grayscale: #A0A0A0. Windows color (decimal): -15927701 or 7075340. OLE color: 7075340.

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

Color convert

RGB 12 246 107 -
CMYK 0.95 0 0.57 0.04
HSL 144.36º 0.93% 0.51% -
HSV(B) 144.36º 0.95% 0.96% -
XYZ 35.76 67.05 24.97 -
YUV 160.19 97.98 22.3 -
System Red Green Blue C M Y K H S L
Decimal 12 246 107 0.95 0 0.57 0.04 144.36 0.93 0.51
Hex C F6 6B 5F 0 39 4 90 5D 33
Octal 14 366 153 137 0 71 4 220 135 63
Binary 1100 11110110 1101011 1011111 0 111001 100 10010000 1011101 110011

Color Harmonies of #0CF66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CF66B

Black with #0CF66B

Text Example


Text Example

White with #0CF66B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,246,107); }

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

background-color css

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

 a { background-color: rgb(12,246,107); }

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

border-color css

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

 span { border-color: rgb(12,246,107); }

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