Html Css Color HEX #12883A Dark Spring Green

📋 copy color: '#12883A'

red 18 ◦ green 136 ◦ blue 58

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

Shades of Dark Spring Green #12883A

Tints of Dark Spring Green #12883A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 64.15%

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

R = 8.49%
G = 64.15%
B = 27.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#12883A (or 0x12883A) is known color: Dark Spring Green. HEX triplet: 12, 88 and 3A. RGB value is (18,136,58). Sum of RGB (Red+Green+Blue) = 18+136+58=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 136 (53.52% from 255 or 64.15% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 136 - color contains mainly: green. Hex color #12883A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12883A is #ED77C5. Grayscale: #5C5C5C. Windows color (decimal): -15562694 or 3835922. OLE color: 3835922.

HSL color Cylindrical-coordinate representation of color #12883A: hue angle of 140.34º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12883A is Cyan = 0.87, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 58 -
CMYK 0.87 0 0.57 0.47
HSL 140.34º 0.77% 0.3% -
HSV(B) 140.34º 0.87% 0.53% -
XYZ 9.82 18.04 6.97 -
YUV 91.83 108.91 75.34 -
System Red Green Blue C M Y K H S L
Decimal 18 136 58 0.87 0 0.57 0.47 140.34 0.77 0.3
Hex 12 88 3A 57 0 39 2F 8C 4D 1E
Octal 22 210 72 127 0 71 57 214 115 36
Binary 10010 10001000 111010 1010111 0 111001 101111 10001100 1001101 11110

Color Harmonies of #12883A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12883A

Black with #12883A

Text Example


Text Example

White with #12883A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12883A; }

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

 H1.HeaderClassName
 {
   color: #12883A;
 }
 .AnyTagClassName
 {
   color: #12883A;
 }
</style>

background-color css

<style>
 a { background-color: #12883A; }

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

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

border-color css

<style>
 span { border-color: #12883A; }

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

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