Html Css Color HEX #12B25F Pigment Green

📋 copy color: '#12B25F'

red 18 ◦ green 178 ◦ blue 95

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

Shades of Pigment Green #12B25F

Tints of Pigment Green #12B25F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 61.17%

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 6.19%
G = 61.17%
B = 32.65%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#12B25F (or 0x12B25F) is known color: Pigment Green. HEX triplet: 12, B2 and 5F. RGB value is (18,178,95). Sum of RGB (Red+Green+Blue) = 18+178+95=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 178 (69.92% from 255 or 61.17% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 178 - color contains mainly: green. Hex color #12B25F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12B25F is #ED4DA0. Grayscale: #787878. Windows color (decimal): -15551905 or 6271506. OLE color: 6271506.

HSL color Cylindrical-coordinate representation of color #12B25F: hue angle of 148.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B25F is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 178 95 -
CMYK 0.90 0 0.47 0.30
HSL 148.88º 0.82% 0.38% -
HSV(B) 148.88º 0.9% 0.7% -
XYZ 18.24 32.8 16.2 -
YUV 120.7 113.49 54.75 -
System Red Green Blue C M Y K H S L
Decimal 18 178 95 0.90 0 0.47 0.30 148.88 0.82 0.38
Hex 12 B2 5F 5A 0 2F 1E 95 52 26
Octal 22 262 137 132 0 57 36 225 122 46
Binary 10010 10110010 1011111 1011010 0 101111 11110 10010101 1010010 100110

Color Harmonies of #12B25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B25F

Black with #12B25F

Text Example


Text Example

White with #12B25F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,178,95); }

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

background-color css

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

 a { background-color: rgb(18,178,95); }

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

border-color css

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

 span { border-color: rgb(18,178,95); }

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