#12A238

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

Shades of Dark Pastel Green #12A238

Tints of Dark Pastel Green #12A238

Color information

#12A238 (or 0x12A238) is unknown color: approx Dark Pastel Green. HEX triplet: 12, A2 and 38. RGB value is (18,162,56). Sum of RGB (Red+Green+Blue) = 18+162+56=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 56 (22.27% from 255 or 23.73% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #12A238 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A238 is #ED5DC7. Grayscale: #6B6B6B. Windows color (decimal): -15556040 or 3711506. OLE color: 3711506.

HSL color Cylindrical-coordinate representation of color #12A238: hue angle of 135.83º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A238 is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB1816256-
CMYK0.8900.650.36
HSL135.83º80%35.29%-
HSV(B)135.83º88.89%63.53%-
XYZ13.8826.258.08-
YUV106.8699.2964.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 162 (63.67% from 255) = 68.64%
BLUE value IS 56 (22.27% from 255) = 23.73%
R=7.63%
G=68.64%
B=23.73%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18162560.8900.650.36135.838035.29
Hex12A2385904124885023
Octal222427013101014421012043
Binary1001010100010111000101100101000001100100100010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,162,56); }

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

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

 a { background-color: rgb(18,162,56); }

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

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

 span { border-color: rgb(18,162,56); }

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