Html Css Color HEX #12BA53 Dark Pastel Green

📋 copy color: '#12BA53'

red 18 ◦ green 186 ◦ blue 83

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

Shades of Dark Pastel Green #12BA53

Tints of Dark Pastel Green #12BA53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.92%

R = 6.27%
G = 64.81%
B = 28.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#12BA53 (or 0x12BA53) is known color: Dark Pastel Green. HEX triplet: 12, BA and 53. RGB value is (18,186,83). Sum of RGB (Red+Green+Blue) = 18+186+83=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 83 (32.81% from 255 or 28.92% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA53 is #ED45AC. Grayscale: #7C7C7C. Windows color (decimal): -15549869 or 5487122. OLE color: 5487122.

HSL color Cylindrical-coordinate representation of color #12BA53: hue angle of 143.21º 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 #12BA53 is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 83 -
CMYK 0.90 0 0.55 0.27
HSL 143.21º 0.82% 0.4% -
HSV(B) 143.21º 0.9% 0.73% -
XYZ 19.37 35.87 14.09 -
YUV 124.03 104.84 52.38 -
System Red Green Blue C M Y K H S L
Decimal 18 186 83 0.90 0 0.55 0.27 143.21 0.82 0.4
Hex 12 BA 53 5A 0 37 1B 8F 52 28
Octal 22 272 123 132 0 67 33 217 122 50
Binary 10010 10111010 1010011 1011010 0 110111 11011 10001111 1010010 101000

Color Harmonies of #12BA53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA53

Black with #12BA53

Text Example


Text Example

White with #12BA53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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