Html Css Color HEX #12D32A Dark Pastel Green

📋 copy color: '#12D32A'

red 18 ◦ green 211 ◦ blue 42

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

Shades of Dark Pastel Green #12D32A

Tints of Dark Pastel Green #12D32A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 77.86%

 BLUE value IS 42 (16.8% from 255) = 15.5%

R = 6.64%
G = 77.86%
B = 15.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#12D32A (or 0x12D32A) is known color: Dark Pastel Green. HEX triplet: 12, D3 and 2A. RGB value is (18,211,42). Sum of RGB (Red+Green+Blue) = 18+211+42=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 211 (82.81% from 255 or 77.86% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 211 - color contains mainly: green. Hex color #12D32A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D32A is #ED2CD5. Grayscale: #868686. Windows color (decimal): -15543510 or 2806546. OLE color: 2806546.

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

Color convert

RGB 18 211 42 -
CMYK 0.91 0 0.80 0.17
HSL 127.46º 0.84% 0.45% -
HSV(B) 127.46º 0.91% 0.83% -
XYZ 23.96 46.88 9.98 -
YUV 134.03 76.06 45.24 -
System Red Green Blue C M Y K H S L
Decimal 18 211 42 0.91 0 0.80 0.17 127.46 0.84 0.45
Hex 12 D3 2A 5B 0 50 11 7F 54 2D
Octal 22 323 52 133 0 120 21 177 124 55
Binary 10010 11010011 101010 1011011 0 1010000 10001 1111111 1010100 101101

Color Harmonies of #12D32A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D32A

Black with #12D32A

Text Example


Text Example

White with #12D32A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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