Html Css Color HEX #0CCC27 Dark Pastel Green

📋 copy color: '#0CCC27'

red 12 ◦ green 204 ◦ blue 39

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

Shades of Dark Pastel Green #0CCC27

Tints of Dark Pastel Green #0CCC27

RGB

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

 GREEN value IS 204 (80.08% from 255) = 80%

 BLUE value IS 39 (15.63% from 255) = 15.29%

R = 4.71%
G = 80%
B = 15.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.2

RGB Variations

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

Color information

#0CCC27 (or 0x0CCC27) is known color: Dark Pastel Green. HEX triplet: 0C, CC and 27. RGB value is (12,204,39). Sum of RGB (Red+Green+Blue) = 12+204+39=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 204 (80.08% from 255 or 80% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 204 - color contains mainly: green. Hex color #0CCC27 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCC27 is #F333D8. Grayscale: #808080. Windows color (decimal): -15938521 or 2608140. OLE color: 2608140.

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

Color convert

RGB 12 204 39 -
CMYK 0.94 0 0.81 0.2
HSL 128.44º 0.89% 0.42% -
HSV(B) 128.44º 0.94% 0.8% -
XYZ 22.11 43.41 9.13 -
YUV 127.78 77.89 45.42 -
System Red Green Blue C M Y K H S L
Decimal 12 204 39 0.94 0 0.81 0.2 128.44 0.89 0.42
Hex C CC 27 5E 0 51 14 80 59 2A
Octal 14 314 47 136 0 121 24 200 131 52
Binary 1100 11001100 100111 1011110 0 1010001 10100 10000000 1011001 101010

Color Harmonies of #0CCC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCC27

Black with #0CCC27

Text Example


Text Example

White with #0CCC27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,204,39); }

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

background-color css

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

 a { background-color: rgb(12,204,39); }

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

border-color css

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

 span { border-color: rgb(12,204,39); }

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