Html Css Color HEX #12DA33 Dark Pastel Green

📋 copy color: '#12DA33'

red 18 ◦ green 218 ◦ blue 51

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

Shades of Dark Pastel Green #12DA33

Tints of Dark Pastel Green #12DA33

RGB

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

 GREEN value IS 218 (85.55% from 255) = 75.96%

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 6.27%
G = 75.96%
B = 17.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#12DA33 (or 0x12DA33) is known color: Dark Pastel Green. HEX triplet: 12, DA and 33. RGB value is (18,218,51). Sum of RGB (Red+Green+Blue) = 18+218+51=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 218 (85.55% from 255 or 75.96% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DA33 is #ED25CC. Grayscale: #8B8B8B. Windows color (decimal): -15541709 or 3398162. OLE color: 3398162.

HSL color Cylindrical-coordinate representation of color #12DA33: hue angle of 129.9º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA33 is Cyan = 0.92, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 51 -
CMYK 0.92 0 0.77 0.15
HSL 129.9º 0.85% 0.46% -
HSV(B) 129.9º 0.92% 0.85% -
XYZ 25.92 50.51 11.52 -
YUV 139.16 78.24 41.58 -
System Red Green Blue C M Y K H S L
Decimal 18 218 51 0.92 0 0.77 0.15 129.9 0.85 0.46
Hex 12 DA 33 5C 0 4D F 82 55 2E
Octal 22 332 63 134 0 115 17 202 125 56
Binary 10010 11011010 110011 1011100 0 1001101 1111 10000010 1010101 101110

Color Harmonies of #12DA33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA33

Black with #12DA33

Text Example


Text Example

White with #12DA33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,51); }

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

background-color css

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

 a { background-color: rgb(18,218,51); }

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

border-color css

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

 span { border-color: rgb(18,218,51); }

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