Html Css Color HEX #12A63B Dark Pastel Green

📋 copy color: '#12A63B'

red 18 ◦ green 166 ◦ blue 59

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

Shades of Dark Pastel Green #12A63B

Tints of Dark Pastel Green #12A63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 68.31%

 BLUE value IS 59 (23.44% from 255) = 24.28%

R = 7.41%
G = 68.31%
B = 24.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#12A63B (or 0x12A63B) is known color: Dark Pastel Green. HEX triplet: 12, A6 and 3B. RGB value is (18,166,59). Sum of RGB (Red+Green+Blue) = 18+166+59=243 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.41% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 59 (23.44% from 255 or 24.28% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #12A63B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A63B is #ED59C4. Grayscale: #6D6D6D. Windows color (decimal): -15555013 or 3909138. OLE color: 3909138.

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

Color convert

RGB 18 166 59 -
CMYK 0.89 0 0.64 0.35
HSL 136.62º 0.8% 0.36% -
HSV(B) 136.62º 0.89% 0.65% -
XYZ 14.68 27.72 8.71 -
YUV 109.55 99.47 62.7 -
System Red Green Blue C M Y K H S L
Decimal 18 166 59 0.89 0 0.64 0.35 136.62 0.8 0.36
Hex 12 A6 3B 59 0 40 23 89 50 24
Octal 22 246 73 131 0 100 43 211 120 44
Binary 10010 10100110 111011 1011001 0 1000000 100011 10001001 1010000 100100

Color Harmonies of #12A63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A63B

Black with #12A63B

Text Example


Text Example

White with #12A63B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,166,59); }

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

background-color css

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

 a { background-color: rgb(18,166,59); }

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

border-color css

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

 span { border-color: rgb(18,166,59); }

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