Html Css Color HEX #12D230 Dark Pastel Green

📋 copy color: '#12D230'

red 18 ◦ green 210 ◦ blue 48

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

Shades of Dark Pastel Green #12D230

Tints of Dark Pastel Green #12D230

RGB

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

 GREEN value IS 210 (82.42% from 255) = 76.09%

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

R = 6.52%
G = 76.09%
B = 17.39%

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

#12D230 (or 0x12D230) is known color: Dark Pastel Green. HEX triplet: 12, D2 and 30. RGB value is (18,210,48). Sum of RGB (Red+Green+Blue) = 18+210+48=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 210 (82.42% from 255 or 76.09% from 276); Blue value is 48 (19.14% from 255 or 17.39% from 276); Max value from RGB is 210 - color contains mainly: green. Hex color #12D230 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D230 is #ED2DCF. Grayscale: #868686. Windows color (decimal): -15543760 or 3199506. OLE color: 3199506.

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

Color convert

RGB 18 210 48 -
CMYK 0.91 0 0.77 0.18
HSL 129.38º 0.84% 0.45% -
HSV(B) 129.38º 0.91% 0.82% -
XYZ 23.83 46.44 10.5 -
YUV 134.12 79.39 45.17 -
System Red Green Blue C M Y K H S L
Decimal 18 210 48 0.91 0 0.77 0.18 129.38 0.84 0.45
Hex 12 D2 30 5B 0 4D 12 81 54 2D
Octal 22 322 60 133 0 115 22 201 124 55
Binary 10010 11010010 110000 1011011 0 1001101 10010 10000001 1010100 101101

Color Harmonies of #12D230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D230

Black with #12D230

Text Example


Text Example

White with #12D230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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