Html Css Color HEX #12BE4E Dark Pastel Green

📋 copy color: '#12BE4E'

red 18 ◦ green 190 ◦ blue 78

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

Shades of Dark Pastel Green #12BE4E

Tints of Dark Pastel Green #12BE4E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 66.43%

 BLUE value IS 78 (30.86% from 255) = 27.27%

R = 6.29%
G = 66.43%
B = 27.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#12BE4E (or 0x12BE4E) is known color: Dark Pastel Green. HEX triplet: 12, BE and 4E. RGB value is (18,190,78). Sum of RGB (Red+Green+Blue) = 18+190+78=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 190 (74.61% from 255 or 66.43% from 286); Blue value is 78 (30.86% from 255 or 27.27% from 286); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BE4E is #ED41B1. Grayscale: #7E7E7E. Windows color (decimal): -15548850 or 5160466. OLE color: 5160466.

HSL color Cylindrical-coordinate representation of color #12BE4E: hue angle of 140.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BE4E is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 190 78 -
CMYK 0.91 0 0.59 0.25
HSL 140.93º 0.83% 0.41% -
HSV(B) 140.93º 0.91% 0.75% -
XYZ 20.04 37.51 13.39 -
YUV 125.8 101.02 51.11 -
System Red Green Blue C M Y K H S L
Decimal 18 190 78 0.91 0 0.59 0.25 140.93 0.83 0.41
Hex 12 BE 4E 5B 0 3B 19 8D 53 29
Octal 22 276 116 133 0 73 31 215 123 51
Binary 10010 10111110 1001110 1011011 0 111011 11001 10001101 1010011 101001

Color Harmonies of #12BE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE4E

Black with #12BE4E

Text Example


Text Example

White with #12BE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,190,78); }

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

background-color css

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

 a { background-color: rgb(18,190,78); }

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

border-color css

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

 span { border-color: rgb(18,190,78); }

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