Html Css Color HEX #12B022 Dark Pastel Green

📋 copy color: '#12B022'

red 18 ◦ green 176 ◦ blue 34

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

Shades of Dark Pastel Green #12B022

Tints of Dark Pastel Green #12B022

RGB

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

 GREEN value IS 176 (69.14% from 255) = 77.19%

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

R = 7.89%
G = 77.19%
B = 14.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.31

RGB Variations

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

Color information

#12B022 (or 0x12B022) is known color: Dark Pastel Green. HEX triplet: 12, B0 and 22. RGB value is (18,176,34). Sum of RGB (Red+Green+Blue) = 18+176+34=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 176 (69.14% from 255 or 77.19% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 176 - color contains mainly: green. Hex color #12B022 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B022 is #ED4FDD. Grayscale: #707070. Windows color (decimal): -15552478 or 2273298. OLE color: 2273298.

HSL color Cylindrical-coordinate representation of color #12B022: hue angle of 126.08º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B022 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 176 34 -
CMYK 0.90 0 0.81 0.31
HSL 126.08º 0.81% 0.38% -
HSV(B) 126.08º 0.9% 0.69% -
XYZ 16.06 31.29 6.71 -
YUV 112.57 83.65 60.55 -
System Red Green Blue C M Y K H S L
Decimal 18 176 34 0.90 0 0.81 0.31 126.08 0.81 0.38
Hex 12 B0 22 5A 0 51 1F 7E 51 26
Octal 22 260 42 132 0 121 37 176 121 46
Binary 10010 10110000 100010 1011010 0 1010001 11111 1111110 1010001 100110

Color Harmonies of #12B022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B022

Black with #12B022

Text Example


Text Example

White with #12B022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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