Html Css Color HEX #138902 Green

📋 copy color: '#138902'

red 19 ◦ green 137 ◦ blue 2

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

Shades of Green #138902

Tints of Green #138902

RGB

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

 GREEN value IS 137 (53.91% from 255) = 86.71%

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

R = 12.03%
G = 86.71%
B = 1.27%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#138902 (or 0x138902) is known color: Green. HEX triplet: 13, 89 and 02. RGB value is (19,137,2). Sum of RGB (Red+Green+Blue) = 19+137+2=158 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.03% from 158); Green value is 137 (53.91% from 255 or 86.71% from 158); Blue value is 2 (1.17% from 255 or 1.27% from 158); Max value from RGB is 137 - color contains mainly: green. Hex color #138902 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138902 is #EC76FD. Grayscale: #565656. Windows color (decimal): -15496958 or 166163. OLE color: 166163.

HSL color Cylindrical-coordinate representation of color #138902: hue angle of 112.44º 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 #138902 is Cyan = 0.86, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 137 2 -
CMYK 0.86 0 0.99 0.46
HSL 112.44º 0.97% 0.27% -
HSV(B) 112.44º 0.99% 0.54% -
XYZ 9.23 18.03 3.05 -
YUV 86.33 80.41 79.98 -
System Red Green Blue C M Y K H S L
Decimal 19 137 2 0.86 0 0.99 0.46 112.44 0.97 0.27
Hex 13 89 2 56 0 63 2E 70 61 1B
Octal 23 211 2 126 0 143 56 160 141 33
Binary 10011 10001001 10 1010110 0 1100011 101110 1110000 1100001 11011

Color Harmonies of #138902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138902

Black with #138902

Text Example


Text Example

White with #138902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138902; }

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

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

background-color css

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

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

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

border-color css

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

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

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