Html Css Color HEX #12B71D Dark Pastel Green

📋 copy color: '#12B71D'

red 18 ◦ green 183 ◦ blue 29

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

Shades of Dark Pastel Green #12B71D

Tints of Dark Pastel Green #12B71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.61%

R = 7.83%
G = 79.57%
B = 12.61%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#12B71D (or 0x12B71D) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 1D. RGB value is (18,183,29). Sum of RGB (Red+Green+Blue) = 18+183+29=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 183 (71.88% from 255 or 79.57% from 230); Blue value is 29 (11.72% from 255 or 12.61% from 230); Max value from RGB is 183 - color contains mainly: green. Hex color #12B71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B71D is #ED48E2. Grayscale: #747474. Windows color (decimal): -15550691 or 1947410. OLE color: 1947410.

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

Color convert

RGB 18 183 29 -
CMYK 0.90 0 0.84 0.28
HSL 124º 0.82% 0.39% -
HSV(B) 124º 0.9% 0.72% -
XYZ 17.4 34.08 6.82 -
YUV 116.11 78.84 58.02 -
System Red Green Blue C M Y K H S L
Decimal 18 183 29 0.90 0 0.84 0.28 124 0.82 0.39
Hex 12 B7 1D 5A 0 54 1C 7C 52 27
Octal 22 267 35 132 0 124 34 174 122 47
Binary 10010 10110111 11101 1011010 0 1010100 11100 1111100 1010010 100111

Color Harmonies of #12B71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B71D

Black with #12B71D

Text Example


Text Example

White with #12B71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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