Html Css Color HEX #12BE3E Dark Pastel Green

📋 copy color: '#12BE3E'

red 18 ◦ green 190 ◦ blue 62

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

Shades of Dark Pastel Green #12BE3E

Tints of Dark Pastel Green #12BE3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.96%

R = 6.67%
G = 70.37%
B = 22.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#12BE3E (or 0x12BE3E) is known color: Dark Pastel Green. HEX triplet: 12, BE and 3E. RGB value is (18,190,62). Sum of RGB (Red+Green+Blue) = 18+190+62=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 190 (74.61% from 255 or 70.37% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 190 - color contains mainly: green. Hex color #12BE3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BE3E is #ED41C1. Grayscale: #7C7C7C. Windows color (decimal): -15548866 or 4111890. OLE color: 4111890.

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

Color convert

RGB 18 190 62 -
CMYK 0.91 0 0.67 0.25
HSL 135.35º 0.83% 0.41% -
HSV(B) 135.35º 0.91% 0.75% -
XYZ 19.53 37.3 10.73 -
YUV 123.98 93.02 52.41 -
System Red Green Blue C M Y K H S L
Decimal 18 190 62 0.91 0 0.67 0.25 135.35 0.83 0.41
Hex 12 BE 3E 5B 0 43 19 87 53 29
Octal 22 276 76 133 0 103 31 207 123 51
Binary 10010 10111110 111110 1011011 0 1000011 11001 10000111 1010011 101001

Color Harmonies of #12BE3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BE3E

Black with #12BE3E

Text Example


Text Example

White with #12BE3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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