Html Css Color HEX #12BA19 Dark Pastel Green

📋 copy color: '#12BA19'

red 18 ◦ green 186 ◦ blue 25

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

Shades of Dark Pastel Green #12BA19

Tints of Dark Pastel Green #12BA19

RGB

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

 GREEN value IS 186 (73.05% from 255) = 81.22%

 BLUE value IS 25 (10.16% from 255) = 10.92%

R = 7.86%
G = 81.22%
B = 10.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#12BA19 (or 0x12BA19) is known color: Dark Pastel Green. HEX triplet: 12, BA and 19. RGB value is (18,186,25). Sum of RGB (Red+Green+Blue) = 18+186+25=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 186 (73.05% from 255 or 81.22% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BA19 is #ED45E6. Grayscale: #757575. Windows color (decimal): -15549927 or 1686034. OLE color: 1686034.

HSL color Cylindrical-coordinate representation of color #12BA19: hue angle of 122.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BA19 is Cyan = 0.90, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 25 -
CMYK 0.90 0 0.87 0.27
HSL 122.5º 0.82% 0.4% -
HSV(B) 122.5º 0.9% 0.73% -
XYZ 17.98 35.32 6.79 -
YUV 117.41 75.84 57.09 -
System Red Green Blue C M Y K H S L
Decimal 18 186 25 0.90 0 0.87 0.27 122.5 0.82 0.4
Hex 12 BA 19 5A 0 57 1B 7B 52 28
Octal 22 272 31 132 0 127 33 173 122 50
Binary 10010 10111010 11001 1011010 0 1010111 11011 1111011 1010010 101000

Color Harmonies of #12BA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA19

Black with #12BA19

Text Example


Text Example

White with #12BA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,25); }

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

background-color css

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

 a { background-color: rgb(18,186,25); }

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

border-color css

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

 span { border-color: rgb(18,186,25); }

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