Html Css Color HEX #128A09 Green

📋 copy color: '#128A09'

red 18 ◦ green 138 ◦ blue 9

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

Shades of Green #128A09

Tints of Green #128A09

RGB

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

 GREEN value IS 138 (54.3% from 255) = 83.64%

 BLUE value IS 9 (3.91% from 255) = 5.45%

R = 10.91%
G = 83.64%
B = 5.45%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.46

RGB Variations

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

Color information

#128A09 (or 0x128A09) is known color: Green. HEX triplet: 12, 8A and 09. RGB value is (18,138,9). Sum of RGB (Red+Green+Blue) = 18+138+9=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 138 (54.30% from 255 or 83.64% from 165); Blue value is 9 (3.91% from 255 or 5.45% from 165); Max value from RGB is 138 - color contains mainly: green. Hex color #128A09 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128A09 is #ED75F6. Grayscale: #575757. Windows color (decimal): -15562231 or 625170. OLE color: 625170.

HSL color Cylindrical-coordinate representation of color #128A09: hue angle of 115.81º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #128A09 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 138 9 -
CMYK 0.87 0 0.93 0.46
HSL 115.81º 0.88% 0.29% -
HSV(B) 115.81º 0.93% 0.54% -
XYZ 9.39 18.33 3.3 -
YUV 87.41 83.74 78.49 -
System Red Green Blue C M Y K H S L
Decimal 18 138 9 0.87 0 0.93 0.46 115.81 0.88 0.29
Hex 12 8A 9 57 0 5D 2E 74 58 1D
Octal 22 212 11 127 0 135 56 164 130 35
Binary 10010 10001010 1001 1010111 0 1011101 101110 1110100 1011000 11101

Color Harmonies of #128A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128A09

Black with #128A09

Text Example


Text Example

White with #128A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128A09; }

 p { color: rgb(18,138,9); }

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

background-color css

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

 a { background-color: rgb(18,138,9); }

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

border-color css

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

 span { border-color: rgb(18,138,9); }

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