Html Css Color HEX #12C82D Dark Pastel Green

📋 copy color: '#12C82D'

red 18 ◦ green 200 ◦ blue 45

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

Shades of Dark Pastel Green #12C82D

Tints of Dark Pastel Green #12C82D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 76.05%

 BLUE value IS 45 (17.97% from 255) = 17.11%

R = 6.84%
G = 76.05%
B = 17.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#12C82D (or 0x12C82D) is known color: Dark Pastel Green. HEX triplet: 12, C8 and 2D. RGB value is (18,200,45). Sum of RGB (Red+Green+Blue) = 18+200+45=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 200 (78.52% from 255 or 76.05% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 200 - color contains mainly: green. Hex color #12C82D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C82D is #ED37D2. Grayscale: #808080. Windows color (decimal): -15546323 or 3000338. OLE color: 3000338.

HSL color Cylindrical-coordinate representation of color #12C82D: hue angle of 128.9º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C82D is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 200 45 -
CMYK 0.91 0 0.78 0.22
HSL 128.9º 0.83% 0.43% -
HSV(B) 128.9º 0.91% 0.78% -
XYZ 21.38 41.63 9.39 -
YUV 127.91 81.2 49.6 -
System Red Green Blue C M Y K H S L
Decimal 18 200 45 0.91 0 0.78 0.22 128.9 0.83 0.43
Hex 12 C8 2D 5B 0 4E 16 81 53 2B
Octal 22 310 55 133 0 116 26 201 123 53
Binary 10010 11001000 101101 1011011 0 1001110 10110 10000001 1010011 101011

Color Harmonies of #12C82D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C82D

Black with #12C82D

Text Example


Text Example

White with #12C82D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,200,45); }

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

background-color css

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

 a { background-color: rgb(18,200,45); }

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

border-color css

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

 span { border-color: rgb(18,200,45); }

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