Html Css Color HEX #12CB32 Dark Pastel Green

📋 copy color: '#12CB32'

red 18 ◦ green 203 ◦ blue 50

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

Shades of Dark Pastel Green #12CB32

Tints of Dark Pastel Green #12CB32

RGB

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

 GREEN value IS 203 (79.69% from 255) = 74.91%

 BLUE value IS 50 (19.92% from 255) = 18.45%

R = 6.64%
G = 74.91%
B = 18.45%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.20

RGB Variations

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

Color information

#12CB32 (or 0x12CB32) is known color: Dark Pastel Green. HEX triplet: 12, CB and 32. RGB value is (18,203,50). Sum of RGB (Red+Green+Blue) = 18+203+50=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 50 (19.92% from 255 or 18.45% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB32 is #ED34CD. Grayscale: #828282. Windows color (decimal): -15545550 or 3328786. OLE color: 3328786.

HSL color Cylindrical-coordinate representation of color #12CB32: hue angle of 130.38º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CB32 is Cyan = 0.91, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 203 50 -
CMYK 0.91 0 0.75 0.20
HSL 130.38º 0.84% 0.43% -
HSV(B) 130.38º 0.91% 0.8% -
XYZ 22.18 43.07 10.16 -
YUV 130.24 82.71 47.94 -
System Red Green Blue C M Y K H S L
Decimal 18 203 50 0.91 0 0.75 0.20 130.38 0.84 0.43
Hex 12 CB 32 5B 0 4B 14 82 54 2B
Octal 22 313 62 133 0 113 24 202 124 53
Binary 10010 11001011 110010 1011011 0 1001011 10100 10000010 1010100 101011

Color Harmonies of #12CB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB32

Black with #12CB32

Text Example


Text Example

White with #12CB32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,203,50); }

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

background-color css

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

 a { background-color: rgb(18,203,50); }

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

border-color css

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

 span { border-color: rgb(18,203,50); }

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