Html Css Color HEX #12D028 Dark Pastel Green

📋 copy color: '#12D028'

red 18 ◦ green 208 ◦ blue 40

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

Shades of Dark Pastel Green #12D028

Tints of Dark Pastel Green #12D028

RGB

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

 GREEN value IS 208 (81.64% from 255) = 78.2%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 6.77%
G = 78.2%
B = 15.04%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#12D028 (or 0x12D028) is known color: Dark Pastel Green. HEX triplet: 12, D0 and 28. RGB value is (18,208,40). Sum of RGB (Red+Green+Blue) = 18+208+40=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 208 (81.64% from 255 or 78.20% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 208 - color contains mainly: green. Hex color #12D028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D028 is #ED2FD7. Grayscale: #848484. Windows color (decimal): -15544280 or 2674706. OLE color: 2674706.

HSL color Cylindrical-coordinate representation of color #12D028: hue angle of 126.95º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12D028 is Cyan = 0.91, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 18 208 40 -
CMYK 0.91 0 0.81 0.18
HSL 126.95º 0.84% 0.44% -
HSV(B) 126.95º 0.91% 0.82% -
XYZ 23.19 45.39 9.55 -
YUV 132.04 76.05 46.66 -
System Red Green Blue C M Y K H S L
Decimal 18 208 40 0.91 0 0.81 0.18 126.95 0.84 0.44
Hex 12 D0 28 5B 0 51 12 7F 54 2C
Octal 22 320 50 133 0 121 22 177 124 54
Binary 10010 11010000 101000 1011011 0 1010001 10010 1111111 1010100 101100

Color Harmonies of #12D028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D028

Black with #12D028

Text Example


Text Example

White with #12D028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,208,40); }

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

background-color css

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

 a { background-color: rgb(18,208,40); }

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

border-color css

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

 span { border-color: rgb(18,208,40); }

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