Html Css Color HEX #0CCF3F Dark Pastel Green

📋 copy color: '#0CCF3F'

red 12 ◦ green 207 ◦ blue 63

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

Shades of Dark Pastel Green #0CCF3F

Tints of Dark Pastel Green #0CCF3F

RGB

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

 GREEN value IS 207 (81.25% from 255) = 73.4%

 BLUE value IS 63 (25% from 255) = 22.34%

R = 4.26%
G = 73.4%
B = 22.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.70

 K value IS 0.19

RGB Variations

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

Color information

#0CCF3F (or 0x0CCF3F) is known color: Dark Pastel Green. HEX triplet: 0C, CF and 3F. RGB value is (12,207,63). Sum of RGB (Red+Green+Blue) = 12+207+63=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 207 (81.25% from 255 or 73.40% from 282); Blue value is 63 (25% from 255 or 22.34% from 282); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF3F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCF3F is #F330C0. Grayscale: #848484. Windows color (decimal): -15937729 or 4181772. OLE color: 4181772.

HSL color Cylindrical-coordinate representation of color #0CCF3F: hue angle of 135.69º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCF3F is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 207 63 -
CMYK 0.94 0 0.70 0.19
HSL 135.69º 0.89% 0.43% -
HSV(B) 135.69º 0.94% 0.81% -
XYZ 23.36 45.06 12.17 -
YUV 132.28 88.9 42.21 -
System Red Green Blue C M Y K H S L
Decimal 12 207 63 0.94 0 0.70 0.19 135.69 0.89 0.43
Hex C CF 3F 5E 0 46 13 88 59 2B
Octal 14 317 77 136 0 106 23 210 131 53
Binary 1100 11001111 111111 1011110 0 1000110 10011 10001000 1011001 101011

Color Harmonies of #0CCF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCF3F

Black with #0CCF3F

Text Example


Text Example

White with #0CCF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,207,63); }

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

background-color css

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

 a { background-color: rgb(12,207,63); }

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

border-color css

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

 span { border-color: rgb(12,207,63); }

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