Html Css Color HEX #12A533 Dark Pastel Green

📋 copy color: '#12A533'

red 18 ◦ green 165 ◦ blue 51

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

Shades of Dark Pastel Green #12A533

Tints of Dark Pastel Green #12A533

RGB

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

 GREEN value IS 165 (64.84% from 255) = 70.51%

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

R = 7.69%
G = 70.51%
B = 21.79%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.69

 K value IS 0.35

RGB Variations

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

Color information

#12A533 (or 0x12A533) is known color: Dark Pastel Green. HEX triplet: 12, A5 and 33. RGB value is (18,165,51). Sum of RGB (Red+Green+Blue) = 18+165+51=234 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.69% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #12A533 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A533 is #ED5ACC. Grayscale: #6C6C6C. Windows color (decimal): -15555277 or 3384594. OLE color: 3384594.

HSL color Cylindrical-coordinate representation of color #12A533: hue angle of 133.47º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A533 is Cyan = 0.89, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 51 -
CMYK 0.89 0 0.69 0.35
HSL 133.47º 0.8% 0.36% -
HSV(B) 133.47º 0.89% 0.65% -
XYZ 14.3 27.28 7.64 -
YUV 108.05 95.8 63.77 -
System Red Green Blue C M Y K H S L
Decimal 18 165 51 0.89 0 0.69 0.35 133.47 0.8 0.36
Hex 12 A5 33 59 0 45 23 85 50 24
Octal 22 245 63 131 0 105 43 205 120 44
Binary 10010 10100101 110011 1011001 0 1000101 100011 10000101 1010000 100100

Color Harmonies of #12A533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A533

Black with #12A533

Text Example


Text Example

White with #12A533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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