Html Css Color HEX #12BE29 Dark Pastel Green

📋 copy color: '#12BE29'

red 18 ◦ green 190 ◦ blue 41

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

Shades of Dark Pastel Green #12BE29

Tints of Dark Pastel Green #12BE29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.47%

R = 7.23%
G = 76.31%
B = 16.47%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#12BE29 (or 0x12BE29) is known color: Dark Pastel Green. HEX triplet: 12, BE and 29. RGB value is (18,190,41). Sum of RGB (Red+Green+Blue) = 18+190+41=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 190 (74.61% from 255 or 76.31% from 249); Blue value is 41 (16.41% from 255 or 16.47% from 249); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE29 is #ED41D6. Grayscale: #7A7A7A. Windows color (decimal): -15548887 or 2735634. OLE color: 2735634.

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

Color convert

RGB 18 190 41 -
CMYK 0.91 0 0.78 0.25
HSL 128.02º 0.83% 0.41% -
HSV(B) 128.02º 0.91% 0.75% -
XYZ 19.06 37.12 8.26 -
YUV 121.59 82.52 54.12 -
System Red Green Blue C M Y K H S L
Decimal 18 190 41 0.91 0 0.78 0.25 128.02 0.83 0.41
Hex 12 BE 29 5B 0 4E 19 80 53 29
Octal 22 276 51 133 0 116 31 200 123 51
Binary 10010 10111110 101001 1011011 0 1001110 11001 10000000 1010011 101001

Color Harmonies of #12BE29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE29

Black with #12BE29

Text Example


Text Example

White with #12BE29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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