Html Css Color HEX #128504 Green

📋 copy color: '#128504'

red 18 ◦ green 133 ◦ blue 4

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

Shades of Green #128504

Tints of Green #128504

RGB

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

 GREEN value IS 133 (52.34% from 255) = 85.81%

 BLUE value IS 4 (1.95% from 255) = 2.58%

R = 11.61%
G = 85.81%
B = 2.58%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#128504 (or 0x128504) is known color: Green. HEX triplet: 12, 85 and 04. RGB value is (18,133,4). Sum of RGB (Red+Green+Blue) = 18+133+4=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 133 (52.34% from 255 or 85.81% from 155); Blue value is 4 (1.95% from 255 or 2.58% from 155); Max value from RGB is 133 - color contains mainly: green. Hex color #128504 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128504 is #ED7AFB. Grayscale: #545454. Windows color (decimal): -15563516 or 296210. OLE color: 296210.

HSL color Cylindrical-coordinate representation of color #128504: hue angle of 113.49º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #128504 is Cyan = 0.86, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 4 -
CMYK 0.86 0 0.97 0.48
HSL 113.49º 0.94% 0.27% -
HSV(B) 113.49º 0.97% 0.52% -
XYZ 8.66 16.91 2.92 -
YUV 83.91 82.9 80.99 -
System Red Green Blue C M Y K H S L
Decimal 18 133 4 0.86 0 0.97 0.48 113.49 0.94 0.27
Hex 12 85 4 56 0 61 30 71 5E 1B
Octal 22 205 4 126 0 141 60 161 136 33
Binary 10010 10000101 100 1010110 0 1100001 110000 1110001 1011110 11011

Color Harmonies of #128504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128504

Black with #128504

Text Example


Text Example

White with #128504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128504; }

 p { color: rgb(18,133,4); }

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

background-color css

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

 a { background-color: rgb(18,133,4); }

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

border-color css

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

 span { border-color: rgb(18,133,4); }

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