Html Css Color HEX #12BF3A Dark Pastel Green

📋 copy color: '#12BF3A'

red 18 ◦ green 191 ◦ blue 58

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

Shades of Dark Pastel Green #12BF3A

Tints of Dark Pastel Green #12BF3A

RGB

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

 GREEN value IS 191 (75% from 255) = 71.54%

 BLUE value IS 58 (23.05% from 255) = 21.72%

R = 6.74%
G = 71.54%
B = 21.72%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.25

RGB Variations

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

Color information

#12BF3A (or 0x12BF3A) is known color: Dark Pastel Green. HEX triplet: 12, BF and 3A. RGB value is (18,191,58). Sum of RGB (Red+Green+Blue) = 18+191+58=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 191 (75% from 255 or 71.54% from 267); Blue value is 58 (23.05% from 255 or 21.72% from 267); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF3A is #ED40C5. Grayscale: #7C7C7C. Windows color (decimal): -15548614 or 3850002. OLE color: 3850002.

HSL color Cylindrical-coordinate representation of color #12BF3A: hue angle of 133.87º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF3A is Cyan = 0.91, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 191 58 -
CMYK 0.91 0 0.70 0.25
HSL 133.87º 0.83% 0.41% -
HSV(B) 133.87º 0.91% 0.75% -
XYZ 19.64 37.7 10.24 -
YUV 124.11 90.69 52.31 -
System Red Green Blue C M Y K H S L
Decimal 18 191 58 0.91 0 0.70 0.25 133.87 0.83 0.41
Hex 12 BF 3A 5B 0 46 19 86 53 29
Octal 22 277 72 133 0 106 31 206 123 51
Binary 10010 10111111 111010 1011011 0 1000110 11001 10000110 1010011 101001

Color Harmonies of #12BF3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF3A

Black with #12BF3A

Text Example


Text Example

White with #12BF3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,191,58); }

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

background-color css

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

 a { background-color: rgb(18,191,58); }

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

border-color css

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

 span { border-color: rgb(18,191,58); }

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