Html Css Color HEX #12D12B Dark Pastel Green

📋 copy color: '#12D12B'

red 18 ◦ green 209 ◦ blue 43

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

Shades of Dark Pastel Green #12D12B

Tints of Dark Pastel Green #12D12B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 77.41%

 BLUE value IS 43 (17.19% from 255) = 15.93%

R = 6.67%
G = 77.41%
B = 15.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#12D12B (or 0x12D12B) is known color: Dark Pastel Green. HEX triplet: 12, D1 and 2B. RGB value is (18,209,43). Sum of RGB (Red+Green+Blue) = 18+209+43=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 209 (82.03% from 255 or 77.41% from 270); Blue value is 43 (17.19% from 255 or 15.93% from 270); Max value from RGB is 209 - color contains mainly: green. Hex color #12D12B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D12B is #ED2ED4. Grayscale: #858585. Windows color (decimal): -15544021 or 2871570. OLE color: 2871570.

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

Color convert

RGB 18 209 43 -
CMYK 0.91 0 0.79 0.18
HSL 127.85º 0.84% 0.45% -
HSV(B) 127.85º 0.91% 0.82% -
XYZ 23.49 45.9 9.91 -
YUV 132.97 77.22 46 -
System Red Green Blue C M Y K H S L
Decimal 18 209 43 0.91 0 0.79 0.18 127.85 0.84 0.45
Hex 12 D1 2B 5B 0 4F 12 80 54 2D
Octal 22 321 53 133 0 117 22 200 124 55
Binary 10010 11010001 101011 1011011 0 1001111 10010 10000000 1010100 101101

Color Harmonies of #12D12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D12B

Black with #12D12B

Text Example


Text Example

White with #12D12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,209,43); }

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

background-color css

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

 a { background-color: rgb(18,209,43); }

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

border-color css

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

 span { border-color: rgb(18,209,43); }

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