Html Css Color HEX #0CCF1E Dark Pastel Green

📋 copy color: '#0CCF1E'

red 12 ◦ green 207 ◦ blue 30

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

Shades of Dark Pastel Green #0CCF1E

Tints of Dark Pastel Green #0CCF1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.05%

R = 4.82%
G = 83.13%
B = 12.05%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#0CCF1E (or 0x0CCF1E) is known color: Dark Pastel Green. HEX triplet: 0C, CF and 1E. RGB value is (12,207,30). Sum of RGB (Red+Green+Blue) = 12+207+30=249 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.82% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 30 (12.11% from 255 or 12.05% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCF1E is #F330E1. Grayscale: #818181. Windows color (decimal): -15937762 or 2019084. OLE color: 2019084.

HSL color Cylindrical-coordinate representation of color #0CCF1E: hue angle of 125.54º 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 #0CCF1E is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 12 207 30 -
CMYK 0.94 0 0.86 0.19
HSL 125.54º 0.89% 0.43% -
HSV(B) 125.54º 0.94% 0.81% -
XYZ 22.7 44.8 8.68 -
YUV 128.52 72.4 44.89 -
System Red Green Blue C M Y K H S L
Decimal 12 207 30 0.94 0 0.86 0.19 125.54 0.89 0.43
Hex C CF 1E 5E 0 56 13 7E 59 2B
Octal 14 317 36 136 0 126 23 176 131 53
Binary 1100 11001111 11110 1011110 0 1010110 10011 1111110 1011001 101011

Color Harmonies of #0CCF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCF1E

Black with #0CCF1E

Text Example


Text Example

White with #0CCF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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