Html Css Color HEX #12B523 Dark Pastel Green

📋 copy color: '#12B523'

red 18 ◦ green 181 ◦ blue 35

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

Shades of Dark Pastel Green #12B523

Tints of Dark Pastel Green #12B523

RGB

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

 GREEN value IS 181 (71.09% from 255) = 77.35%

 BLUE value IS 35 (14.06% from 255) = 14.96%

R = 7.69%
G = 77.35%
B = 14.96%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#12B523 (or 0x12B523) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 23. RGB value is (18,181,35). Sum of RGB (Red+Green+Blue) = 18+181+35=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 181 (71.09% from 255 or 77.35% from 234); Blue value is 35 (14.06% from 255 or 14.96% from 234); Max value from RGB is 181 - color contains mainly: green. Hex color #12B523 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B523 is #ED4ADC. Grayscale: #747474. Windows color (decimal): -15551197 or 2340114. OLE color: 2340114.

HSL color Cylindrical-coordinate representation of color #12B523: hue angle of 126.26º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B523 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB 18 181 35 -
CMYK 0.90 0 0.81 0.29
HSL 126.26º 0.82% 0.39% -
HSV(B) 126.26º 0.9% 0.71% -
XYZ 17.08 33.3 7.12 -
YUV 115.62 82.5 58.37 -
System Red Green Blue C M Y K H S L
Decimal 18 181 35 0.90 0 0.81 0.29 126.26 0.82 0.39
Hex 12 B5 23 5A 0 51 1D 7E 52 27
Octal 22 265 43 132 0 121 35 176 122 47
Binary 10010 10110101 100011 1011010 0 1010001 11101 1111110 1010010 100111

Color Harmonies of #12B523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B523

Black with #12B523

Text Example


Text Example

White with #12B523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,181,35); }

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

background-color css

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

 a { background-color: rgb(18,181,35); }

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

border-color css

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

 span { border-color: rgb(18,181,35); }

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