Html Css Color HEX #12B722 Dark Pastel Green

📋 copy color: '#12B722'

red 18 ◦ green 183 ◦ blue 34

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

Shades of Dark Pastel Green #12B722

Tints of Dark Pastel Green #12B722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.47%

R = 7.66%
G = 77.87%
B = 14.47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#12B722 (or 0x12B722) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 22. RGB value is (18,183,34). Sum of RGB (Red+Green+Blue) = 18+183+34=235 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.66% from 235); Green value is 183 (71.88% from 255 or 77.87% from 235); Blue value is 34 (13.67% from 255 or 14.47% from 235); Max value from RGB is 183 - color contains mainly: green. Hex color #12B722 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B722 is #ED48DD. Grayscale: #757575. Windows color (decimal): -15550686 or 2275090. OLE color: 2275090.

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

Color convert

RGB 18 183 34 -
CMYK 0.90 0 0.81 0.28
HSL 125.82º 0.82% 0.39% -
HSV(B) 125.82º 0.9% 0.72% -
XYZ 17.47 34.11 7.18 -
YUV 116.68 81.34 57.62 -
System Red Green Blue C M Y K H S L
Decimal 18 183 34 0.90 0 0.81 0.28 125.82 0.82 0.39
Hex 12 B7 22 5A 0 51 1C 7E 52 27
Octal 22 267 42 132 0 121 34 176 122 47
Binary 10010 10110111 100010 1011010 0 1010001 11100 1111110 1010010 100111

Color Harmonies of #12B722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B722

Black with #12B722

Text Example


Text Example

White with #12B722

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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