Html Css Color HEX #12B74B Dark Pastel Green

📋 copy color: '#12B74B'

red 18 ◦ green 183 ◦ blue 75

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

Shades of Dark Pastel Green #12B74B

Tints of Dark Pastel Green #12B74B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 66.3%

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 6.52%
G = 66.3%
B = 27.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#12B74B (or 0x12B74B) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 4B. RGB value is (18,183,75). Sum of RGB (Red+Green+Blue) = 18+183+75=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 183 (71.88% from 255 or 66.30% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 183 - color contains mainly: green. Hex color #12B74B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B74B is #ED48B4. Grayscale: #797979. Windows color (decimal): -15550645 or 4962066. OLE color: 4962066.

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

Color convert

RGB 18 183 75 -
CMYK 0.90 0 0.59 0.28
HSL 140.73º 0.82% 0.39% -
HSV(B) 140.73º 0.9% 0.72% -
XYZ 18.45 34.5 12.34 -
YUV 121.35 101.84 54.28 -
System Red Green Blue C M Y K H S L
Decimal 18 183 75 0.90 0 0.59 0.28 140.73 0.82 0.39
Hex 12 B7 4B 5A 0 3B 1C 8D 52 27
Octal 22 267 113 132 0 73 34 215 122 47
Binary 10010 10110111 1001011 1011010 0 111011 11100 10001101 1010010 100111

Color Harmonies of #12B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B74B

Black with #12B74B

Text Example


Text Example

White with #12B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,183,75); }

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

background-color css

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

 a { background-color: rgb(18,183,75); }

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

border-color css

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

 span { border-color: rgb(18,183,75); }

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