Html Css Color HEX #12BE3A Dark Pastel Green

📋 copy color: '#12BE3A'

red 18 ◦ green 190 ◦ blue 58

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

Shades of Dark Pastel Green #12BE3A

Tints of Dark Pastel Green #12BE3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 21.8%

R = 6.77%
G = 71.43%
B = 21.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.25

RGB Variations

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

Color information

#12BE3A (or 0x12BE3A) is known color: Dark Pastel Green. HEX triplet: 12, BE and 3A. RGB value is (18,190,58). Sum of RGB (Red+Green+Blue) = 18+190+58=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 190 (74.61% from 255 or 71.43% from 266); Blue value is 58 (23.05% from 255 or 21.80% from 266); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE3A is #ED41C5. Grayscale: #7B7B7B. Windows color (decimal): -15548870 or 3849746. OLE color: 3849746.

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

Color convert

RGB 18 190 58 -
CMYK 0.91 0 0.69 0.25
HSL 133.95º 0.83% 0.41% -
HSV(B) 133.95º 0.91% 0.75% -
XYZ 19.43 37.26 10.17 -
YUV 123.52 91.02 52.73 -
System Red Green Blue C M Y K H S L
Decimal 18 190 58 0.91 0 0.69 0.25 133.95 0.83 0.41
Hex 12 BE 3A 5B 0 45 19 86 53 29
Octal 22 276 72 133 0 105 31 206 123 51
Binary 10010 10111110 111010 1011011 0 1000101 11001 10000110 1010011 101001

Color Harmonies of #12BE3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE3A

Black with #12BE3A

Text Example


Text Example

White with #12BE3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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