#12CF2A

Color #12CF2A Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #12CF2A

Tints of Dark Pastel Green #12CF2A

Color information

#12CF2A (or 0x12CF2A) is unknown color: approx Dark Pastel Green. HEX triplet: 12, CF and 2A. RGB value is (18,207,42). Sum of RGB (Red+Green+Blue) = 18+207+42=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 207 (81.25% from 255 or 77.53% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 207 - color contains mainly: green. Hex color #12CF2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CF2A is #ED30D5. Grayscale: #848484. Windows color (decimal): -15544534 or 2805522. OLE color: 2805522.

HSL color Cylindrical-coordinate representation of color #12CF2A: hue angle of 127.62º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CF2A is Cyan = 0.91, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB1820742-
CMYK0.9100.800.19
HSL127.62º84%44.12%-
HSV(B)127.62º91.3%81.18%-
XYZ22.9844.929.65-
YUV131.6877.3846.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.74%
GREEN value IS 207 (81.25% from 255) = 77.53%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=6.74%
G=77.53%
B=15.73%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18207420.9100.800.19127.628444.12
Hex12CF2A5B0501380542c
Octal223175213301202320012454
Binary100101100111110101010110110101000010011100000001010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CF2A; }

 p { color: rgb(18,207,42); }

 H1.HeaderClassName
 {
   color: #12CF2A;
 }
 .AnyTagClassName
 {
   color: #12CF2A;
 }
</style>
background-color css

<style>
 a { background-color: #12CF2A; }

 a { background-color: rgb(18,207,42); }

 div.DivClassName
 {
   background-color: #12CF2A;
 }
 .BgClassName
 {
   background-color: #12CF2A;
 }
</style>
border-color css

<style>
 span { border-color: #12CF2A; }

 span { border-color: rgb(18,207,42); }

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