Html Css Color HEX #12BE41 Dark Pastel Green

📋 copy color: '#12BE41'

red 18 ◦ green 190 ◦ blue 65

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

Shades of Dark Pastel Green #12BE41

Tints of Dark Pastel Green #12BE41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.81%

R = 6.59%
G = 69.6%
B = 23.81%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#12BE41 (or 0x12BE41) is known color: Dark Pastel Green. HEX triplet: 12, BE and 41. RGB value is (18,190,65). Sum of RGB (Red+Green+Blue) = 18+190+65=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 190 (74.61% from 255 or 69.60% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE41 is #ED41BE. Grayscale: #7C7C7C. Windows color (decimal): -15548863 or 4308498. OLE color: 4308498.

HSL color Cylindrical-coordinate representation of color #12BE41: hue angle of 136.4º 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 #12BE41 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 190 65 -
CMYK 0.91 0 0.66 0.25
HSL 136.4º 0.83% 0.41% -
HSV(B) 136.4º 0.91% 0.75% -
XYZ 19.62 37.34 11.17 -
YUV 124.32 94.52 52.16 -
System Red Green Blue C M Y K H S L
Decimal 18 190 65 0.91 0 0.66 0.25 136.4 0.83 0.41
Hex 12 BE 41 5B 0 42 19 88 53 29
Octal 22 276 101 133 0 102 31 210 123 51
Binary 10010 10111110 1000001 1011011 0 1000010 11001 10001000 1010011 101001

Color Harmonies of #12BE41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE41

Black with #12BE41

Text Example


Text Example

White with #12BE41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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