Html Css Color HEX #12B31E Dark Pastel Green

📋 copy color: '#12B31E'

red 18 ◦ green 179 ◦ blue 30

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

Shades of Dark Pastel Green #12B31E

Tints of Dark Pastel Green #12B31E

RGB

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

 GREEN value IS 179 (70.31% from 255) = 78.85%

 BLUE value IS 30 (12.11% from 255) = 13.22%

R = 7.93%
G = 78.85%
B = 13.22%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#12B31E (or 0x12B31E) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 1E. RGB value is (18,179,30). Sum of RGB (Red+Green+Blue) = 18+179+30=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #12B31E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B31E is #ED4CE1. Grayscale: #727272. Windows color (decimal): -15551714 or 2011922. OLE color: 2011922.

HSL color Cylindrical-coordinate representation of color #12B31E: hue angle of 124.47º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B31E is Cyan = 0.90, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 30 -
CMYK 0.90 0 0.83 0.30
HSL 124.47º 0.82% 0.39% -
HSV(B) 124.47º 0.9% 0.7% -
XYZ 16.6 32.46 6.62 -
YUV 113.88 80.66 59.62 -
System Red Green Blue C M Y K H S L
Decimal 18 179 30 0.90 0 0.83 0.30 124.47 0.82 0.39
Hex 12 B3 1E 5A 0 53 1E 7C 52 27
Octal 22 263 36 132 0 123 36 174 122 47
Binary 10010 10110011 11110 1011010 0 1010011 11110 1111100 1010010 100111

Color Harmonies of #12B31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B31E

Black with #12B31E

Text Example


Text Example

White with #12B31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,179,30); }

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

background-color css

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

 a { background-color: rgb(18,179,30); }

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

border-color css

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

 span { border-color: rgb(18,179,30); }

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