Html Css Color HEX #12B721 Dark Pastel Green

📋 copy color: '#12B721'

red 18 ◦ green 183 ◦ blue 33

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

Shades of Dark Pastel Green #12B721

Tints of Dark Pastel Green #12B721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.1%

R = 7.69%
G = 78.21%
B = 14.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#12B721 (or 0x12B721) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 21. RGB value is (18,183,33). Sum of RGB (Red+Green+Blue) = 18+183+33=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 183 (71.88% from 255 or 78.21% from 234); Blue value is 33 (13.28% from 255 or 14.10% from 234); Max value from RGB is 183 - color contains mainly: green. Hex color #12B721 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B721 is #ED48DE. Grayscale: #757575. Windows color (decimal): -15550687 or 2209554. OLE color: 2209554.

HSL color Cylindrical-coordinate representation of color #12B721: hue angle of 125.45º 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 #12B721 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 183 33 -
CMYK 0.90 0 0.82 0.28
HSL 125.45º 0.82% 0.39% -
HSV(B) 125.45º 0.9% 0.72% -
XYZ 17.46 34.11 7.1 -
YUV 116.57 80.84 57.7 -
System Red Green Blue C M Y K H S L
Decimal 18 183 33 0.90 0 0.82 0.28 125.45 0.82 0.39
Hex 12 B7 21 5A 0 52 1C 7D 52 27
Octal 22 267 41 132 0 122 34 175 122 47
Binary 10010 10110111 100001 1011010 0 1010010 11100 1111101 1010010 100111

Color Harmonies of #12B721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B721

Black with #12B721

Text Example


Text Example

White with #12B721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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