Html Css Color HEX #138802 Green

📋 copy color: '#138802'

red 19 ◦ green 136 ◦ blue 2

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

Shades of Green #138802

Tints of Green #138802

RGB

 RED value IS 19 (7.81% from 255) = 12.1%

 GREEN value IS 136 (53.52% from 255) = 86.62%

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

R = 12.1%
G = 86.62%
B = 1.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.47

RGB Variations

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

Color information

#138802 (or 0x138802) is known color: Green. HEX triplet: 13, 88 and 02. RGB value is (19,136,2). Sum of RGB (Red+Green+Blue) = 19+136+2=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 136 (53.52% from 255 or 86.62% from 157); Blue value is 2 (1.17% from 255 or 1.27% from 157); Max value from RGB is 136 - color contains mainly: green. Hex color #138802 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138802 is #EC77FD. Grayscale: #565656. Windows color (decimal): -15497214 or 165907. OLE color: 165907.

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

Color convert

RGB 19 136 2 -
CMYK 0.86 0 0.99 0.47
HSL 112.39º 0.97% 0.27% -
HSV(B) 112.39º 0.99% 0.53% -
XYZ 9.08 17.75 3 -
YUV 85.74 80.74 80.4 -
System Red Green Blue C M Y K H S L
Decimal 19 136 2 0.86 0 0.99 0.47 112.39 0.97 0.27
Hex 13 88 2 56 0 63 2F 70 61 1B
Octal 23 210 2 126 0 143 57 160 141 33
Binary 10011 10001000 10 1010110 0 1100011 101111 1110000 1100001 11011

Color Harmonies of #138802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138802

Black with #138802

Text Example


Text Example

White with #138802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138802; }

 p { color: rgb(19,136,2); }

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

background-color css

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

 a { background-color: rgb(19,136,2); }

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

border-color css

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

 span { border-color: rgb(19,136,2); }

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