Html Css Color HEX #12BE40 Dark Pastel Green

📋 copy color: '#12BE40'

red 18 ◦ green 190 ◦ blue 64

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

Shades of Dark Pastel Green #12BE40

Tints of Dark Pastel Green #12BE40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.53%

R = 6.62%
G = 69.85%
B = 23.53%

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

#12BE40 (or 0x12BE40) is known color: Dark Pastel Green. HEX triplet: 12, BE and 40. RGB value is (18,190,64). Sum of RGB (Red+Green+Blue) = 18+190+64=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 190 (74.61% from 255 or 69.85% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE40 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE40 is #ED41BF. Grayscale: #7C7C7C. Windows color (decimal): -15548864 or 4242962. OLE color: 4242962.

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

Color convert

RGB 18 190 64 -
CMYK 0.91 0 0.66 0.25
HSL 136.05º 0.83% 0.41% -
HSV(B) 136.05º 0.91% 0.75% -
XYZ 19.59 37.33 11.02 -
YUV 124.21 94.02 52.25 -
System Red Green Blue C M Y K H S L
Decimal 18 190 64 0.91 0 0.66 0.25 136.05 0.83 0.41
Hex 12 BE 40 5B 0 42 19 88 53 29
Octal 22 276 100 133 0 102 31 210 123 51
Binary 10010 10111110 1000000 1011011 0 1000010 11001 10001000 1010011 101001

Color Harmonies of #12BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE40

Black with #12BE40

Text Example


Text Example

White with #12BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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