Html Css Color HEX #12D030 Dark Pastel Green

📋 copy color: '#12D030'

red 18 ◦ green 208 ◦ blue 48

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

Shades of Dark Pastel Green #12D030

Tints of Dark Pastel Green #12D030

RGB

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

 GREEN value IS 208 (81.64% from 255) = 75.91%

 BLUE value IS 48 (19.14% from 255) = 17.52%

R = 6.57%
G = 75.91%
B = 17.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#12D030 (or 0x12D030) is known color: Dark Pastel Green. HEX triplet: 12, D0 and 30. RGB value is (18,208,48). Sum of RGB (Red+Green+Blue) = 18+208+48=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 208 (81.64% from 255 or 75.91% from 274); Blue value is 48 (19.14% from 255 or 17.52% from 274); Max value from RGB is 208 - color contains mainly: green. Hex color #12D030 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D030 is #ED2FCF. Grayscale: #858585. Windows color (decimal): -15544272 or 3198994. OLE color: 3198994.

HSL color Cylindrical-coordinate representation of color #12D030: hue angle of 129.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D030 is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 48 -
CMYK 0.91 0 0.77 0.18
HSL 129.47º 0.84% 0.44% -
HSV(B) 129.47º 0.91% 0.82% -
XYZ 23.34 45.45 10.34 -
YUV 132.95 80.05 46.01 -
System Red Green Blue C M Y K H S L
Decimal 18 208 48 0.91 0 0.77 0.18 129.47 0.84 0.44
Hex 12 D0 30 5B 0 4D 12 81 54 2C
Octal 22 320 60 133 0 115 22 201 124 54
Binary 10010 11010000 110000 1011011 0 1001101 10010 10000001 1010100 101100

Color Harmonies of #12D030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D030

Black with #12D030

Text Example


Text Example

White with #12D030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,48); }

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

background-color css

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

 a { background-color: rgb(18,208,48); }

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

border-color css

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

 span { border-color: rgb(18,208,48); }

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