Html Css Color HEX #12A330 Dark Pastel Green

📋 copy color: '#12A330'

red 18 ◦ green 163 ◦ blue 48

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

Shades of Dark Pastel Green #12A330

Tints of Dark Pastel Green #12A330

RGB

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

 GREEN value IS 163 (64.06% from 255) = 71.18%

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

R = 7.86%
G = 71.18%
B = 20.96%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#12A330 (or 0x12A330) is known color: Dark Pastel Green. HEX triplet: 12, A3 and 30. RGB value is (18,163,48). Sum of RGB (Red+Green+Blue) = 18+163+48=229 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.86% from 229); Green value is 163 (64.06% from 255 or 71.18% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 163 - color contains mainly: green. Hex color #12A330 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A330 is #ED5CCF. Grayscale: #6A6A6A. Windows color (decimal): -15555792 or 3187474. OLE color: 3187474.

HSL color Cylindrical-coordinate representation of color #12A330: hue angle of 132.41º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A330 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 163 48 -
CMYK 0.89 0 0.71 0.36
HSL 132.41º 0.8% 0.35% -
HSV(B) 132.41º 0.89% 0.64% -
XYZ 13.88 26.54 7.19 -
YUV 106.54 94.96 64.85 -
System Red Green Blue C M Y K H S L
Decimal 18 163 48 0.89 0 0.71 0.36 132.41 0.8 0.35
Hex 12 A3 30 59 0 47 24 84 50 23
Octal 22 243 60 131 0 107 44 204 120 43
Binary 10010 10100011 110000 1011001 0 1000111 100100 10000100 1010000 100011

Color Harmonies of #12A330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A330

Black with #12A330

Text Example


Text Example

White with #12A330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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