Html Css Color HEX #12B653 Pigment Green

📋 copy color: '#12B653'

red 18 ◦ green 182 ◦ blue 83

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

Shades of Pigment Green #12B653

Tints of Pigment Green #12B653

RGB

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

 GREEN value IS 182 (71.48% from 255) = 64.31%

 BLUE value IS 83 (32.81% from 255) = 29.33%

R = 6.36%
G = 64.31%
B = 29.33%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#12B653 (or 0x12B653) is known color: Pigment Green. HEX triplet: 12, B6 and 53. RGB value is (18,182,83). Sum of RGB (Red+Green+Blue) = 18+182+83=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #12B653 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B653 is #ED49AC. Grayscale: #797979. Windows color (decimal): -15550893 or 5486098. OLE color: 5486098.

HSL color Cylindrical-coordinate representation of color #12B653: hue angle of 143.78º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B653 is Cyan = 0.90, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 182 83 -
CMYK 0.90 0 0.54 0.29
HSL 143.78º 0.82% 0.39% -
HSV(B) 143.78º 0.9% 0.71% -
XYZ 18.54 34.21 13.81 -
YUV 121.68 106.17 54.05 -
System Red Green Blue C M Y K H S L
Decimal 18 182 83 0.90 0 0.54 0.29 143.78 0.82 0.39
Hex 12 B6 53 5A 0 36 1D 90 52 27
Octal 22 266 123 132 0 66 35 220 122 47
Binary 10010 10110110 1010011 1011010 0 110110 11101 10010000 1010010 100111

Color Harmonies of #12B653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B653

Black with #12B653

Text Example


Text Example

White with #12B653

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,182,83); }

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

background-color css

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

 a { background-color: rgb(18,182,83); }

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

border-color css

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

 span { border-color: rgb(18,182,83); }

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