Html Css Color HEX #12A53A Dark Pastel Green

📋 copy color: '#12A53A'

red 18 ◦ green 165 ◦ blue 58

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

Shades of Dark Pastel Green #12A53A

Tints of Dark Pastel Green #12A53A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 68.46%

 BLUE value IS 58 (23.05% from 255) = 24.07%

R = 7.47%
G = 68.46%
B = 24.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#12A53A (or 0x12A53A) is known color: Dark Pastel Green. HEX triplet: 12, A5 and 3A. RGB value is (18,165,58). Sum of RGB (Red+Green+Blue) = 18+165+58=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 165 (64.84% from 255 or 68.46% from 241); Blue value is 58 (23.05% from 255 or 24.07% from 241); Max value from RGB is 165 - color contains mainly: green. Hex color #12A53A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A53A is #ED5AC5. Grayscale: #6D6D6D. Windows color (decimal): -15555270 or 3843346. OLE color: 3843346.

HSL color Cylindrical-coordinate representation of color #12A53A: hue angle of 136.33º 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 #12A53A is Cyan = 0.89, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 58 -
CMYK 0.89 0 0.65 0.35
HSL 136.33º 0.8% 0.36% -
HSV(B) 136.33º 0.89% 0.65% -
XYZ 14.47 27.34 8.52 -
YUV 108.85 99.3 63.2 -
System Red Green Blue C M Y K H S L
Decimal 18 165 58 0.89 0 0.65 0.35 136.33 0.8 0.36
Hex 12 A5 3A 59 0 41 23 88 50 24
Octal 22 245 72 131 0 101 43 210 120 44
Binary 10010 10100101 111010 1011001 0 1000001 100011 10001000 1010000 100100

Color Harmonies of #12A53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A53A

Black with #12A53A

Text Example


Text Example

White with #12A53A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,165,58); }

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

background-color css

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

 a { background-color: rgb(18,165,58); }

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

border-color css

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

 span { border-color: rgb(18,165,58); }

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