Html Css Color HEX #12D438 Dark Pastel Green

📋 copy color: '#12D438'

red 18 ◦ green 212 ◦ blue 56

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

Shades of Dark Pastel Green #12D438

Tints of Dark Pastel Green #12D438

RGB

 RED value IS 18 (7.42% from 255) = 6.29%

 GREEN value IS 212 (83.2% from 255) = 74.13%

 BLUE value IS 56 (22.27% from 255) = 19.58%

R = 6.29%
G = 74.13%
B = 19.58%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#12D438 (or 0x12D438) is known color: Dark Pastel Green. HEX triplet: 12, D4 and 38. RGB value is (18,212,56). Sum of RGB (Red+Green+Blue) = 18+212+56=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 212 (83.20% from 255 or 74.13% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 212 - color contains mainly: green. Hex color #12D438 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D438 is #ED2BC7. Grayscale: #888888. Windows color (decimal): -15543240 or 3724306. OLE color: 3724306.

HSL color Cylindrical-coordinate representation of color #12D438: hue angle of 131.75º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12D438 is Cyan = 0.92, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 18 212 56 -
CMYK 0.92 0 0.74 0.17
HSL 131.75º 0.84% 0.45% -
HSV(B) 131.75º 0.92% 0.83% -
XYZ 24.51 47.5 11.62 -
YUV 136.21 82.73 43.68 -
System Red Green Blue C M Y K H S L
Decimal 18 212 56 0.92 0 0.74 0.17 131.75 0.84 0.45
Hex 12 D4 38 5C 0 4A 11 84 54 2D
Octal 22 324 70 134 0 112 21 204 124 55
Binary 10010 11010100 111000 1011100 0 1001010 10001 10000100 1010100 101101

Color Harmonies of #12D438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D438

Black with #12D438

Text Example


Text Example

White with #12D438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12D438;
 }
 .AnyTagClassName
 {
   color: #12D438;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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