Html Css Color HEX #128205 Green

📋 copy color: '#128205'

red 18 ◦ green 130 ◦ blue 5

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

Shades of Green #128205

Tints of Green #128205

RGB

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

 GREEN value IS 130 (51.17% from 255) = 84.97%

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 11.76%
G = 84.97%
B = 3.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#128205 (or 0x128205) is known color: Green. HEX triplet: 12, 82 and 05. RGB value is (18,130,5). Sum of RGB (Red+Green+Blue) = 18+130+5=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 130 (51.17% from 255 or 84.97% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 130 - color contains mainly: green. Hex color #128205 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128205 is #ED7DFA. Grayscale: #525252. Windows color (decimal): -15564283 or 360978. OLE color: 360978.

HSL color Cylindrical-coordinate representation of color #128205: hue angle of 113.76º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #128205 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 130 5 -
CMYK 0.86 0 0.96 0.49
HSL 113.76º 0.93% 0.26% -
HSV(B) 113.76º 0.96% 0.51% -
XYZ 8.26 16.1 2.82 -
YUV 82.26 84.39 82.16 -
System Red Green Blue C M Y K H S L
Decimal 18 130 5 0.86 0 0.96 0.49 113.76 0.93 0.26
Hex 12 82 5 56 0 60 31 72 5D 1A
Octal 22 202 5 126 0 140 61 162 135 32
Binary 10010 10000010 101 1010110 0 1100000 110001 1110010 1011101 11010

Color Harmonies of #128205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128205

Black with #128205

Text Example


Text Example

White with #128205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128205; }

 p { color: rgb(18,130,5); }

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

background-color css

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

 a { background-color: rgb(18,130,5); }

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

border-color css

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

 span { border-color: rgb(18,130,5); }

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