Html Css Color HEX #128A02 Green

📋 copy color: '#128A02'

red 18 ◦ green 138 ◦ blue 2

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

Shades of Green #128A02

Tints of Green #128A02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.27%

R = 11.39%
G = 87.34%
B = 1.27%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#128A02 (or 0x128A02) is known color: Green. HEX triplet: 12, 8A and 02. RGB value is (18,138,2). Sum of RGB (Red+Green+Blue) = 18+138+2=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 138 (54.30% from 255 or 87.34% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 138 - color contains mainly: green. Hex color #128A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #128A02 is #ED75FD. Grayscale: #575757. Windows color (decimal): -15562238 or 166418. OLE color: 166418.

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

Color convert

RGB 18 138 2 -
CMYK 0.87 0 0.99 0.46
HSL 112.94º 0.97% 0.27% -
HSV(B) 112.94º 0.99% 0.54% -
XYZ 9.35 18.31 3.1 -
YUV 86.62 80.24 79.06 -
System Red Green Blue C M Y K H S L
Decimal 18 138 2 0.87 0 0.99 0.46 112.94 0.97 0.27
Hex 12 8A 2 57 0 63 2E 71 61 1B
Octal 22 212 2 127 0 143 56 161 141 33
Binary 10010 10001010 10 1010111 0 1100011 101110 1110001 1100001 11011

Color Harmonies of #128A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128A02

Black with #128A02

Text Example


Text Example

White with #128A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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