Html Css Color HEX #138A06 Green

📋 copy color: '#138A06'

red 19 ◦ green 138 ◦ blue 6

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

Shades of Green #138A06

Tints of Green #138A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.68%

R = 11.66%
G = 84.66%
B = 3.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.96

 K value IS 0.46

RGB Variations

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

Color information

#138A06 (or 0x138A06) is known color: Green. HEX triplet: 13, 8A and 06. RGB value is (19,138,6). Sum of RGB (Red+Green+Blue) = 19+138+6=163 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.66% from 163); Green value is 138 (54.30% from 255 or 84.66% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 138 - color contains mainly: green. Hex color #138A06 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #138A06 is #EC75F9. Grayscale: #575757. Windows color (decimal): -15496698 or 428563. OLE color: 428563.

HSL color Cylindrical-coordinate representation of color #138A06: hue angle of 114.09º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #138A06 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.46.

Color convert

RGB 19 138 6 -
CMYK 0.86 0 0.96 0.46
HSL 114.09º 0.92% 0.28% -
HSV(B) 114.09º 0.96% 0.54% -
XYZ 9.39 18.33 3.22 -
YUV 87.37 82.08 79.23 -
System Red Green Blue C M Y K H S L
Decimal 19 138 6 0.86 0 0.96 0.46 114.09 0.92 0.28
Hex 13 8A 6 56 0 60 2E 72 5C 1C
Octal 23 212 6 126 0 140 56 162 134 34
Binary 10011 10001010 110 1010110 0 1100000 101110 1110010 1011100 11100

Color Harmonies of #138A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #138A06

Black with #138A06

Text Example


Text Example

White with #138A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #138A06; }

 p { color: rgb(19,138,6); }

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

background-color css

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

 a { background-color: rgb(19,138,6); }

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

border-color css

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

 span { border-color: rgb(19,138,6); }

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