Html Css Color HEX #12CB38 Dark Pastel Green

📋 copy color: '#12CB38'

red 18 ◦ green 203 ◦ blue 56

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

Shades of Dark Pastel Green #12CB38

Tints of Dark Pastel Green #12CB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.22%

R = 6.5%
G = 73.29%
B = 20.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#12CB38 (or 0x12CB38) is known color: Dark Pastel Green. HEX triplet: 12, CB and 38. RGB value is (18,203,56). Sum of RGB (Red+Green+Blue) = 18+203+56=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 203 (79.69% from 255 or 73.29% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 203 - color contains mainly: green. Hex color #12CB38 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CB38 is #ED34C7. Grayscale: #838383. Windows color (decimal): -15545544 or 3722002. OLE color: 3722002.

HSL color Cylindrical-coordinate representation of color #12CB38: hue angle of 132.32º 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 #12CB38 is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 203 56 -
CMYK 0.91 0 0.72 0.20
HSL 132.32º 0.84% 0.43% -
HSV(B) 132.32º 0.91% 0.8% -
XYZ 22.32 43.13 10.89 -
YUV 130.93 85.71 47.45 -
System Red Green Blue C M Y K H S L
Decimal 18 203 56 0.91 0 0.72 0.20 132.32 0.84 0.43
Hex 12 CB 38 5B 0 48 14 84 54 2B
Octal 22 313 70 133 0 110 24 204 124 53
Binary 10010 11001011 111000 1011011 0 1001000 10100 10000100 1010100 101011

Color Harmonies of #12CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CB38

Black with #12CB38

Text Example


Text Example

White with #12CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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