Html Css Color HEX #18760D Green

📋 copy color: '#18760D'

red 24 ◦ green 118 ◦ blue 13

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

Shades of Green #18760D

Tints of Green #18760D

RGB

 RED value IS 24 (9.77% from 255) = 15.48%

 GREEN value IS 118 (46.48% from 255) = 76.13%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 15.48%
G = 76.13%
B = 8.39%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#18760D (or 0x18760D) is known color: Green. HEX triplet: 18, 76 and 0D. RGB value is (24,118,13). Sum of RGB (Red+Green+Blue) = 24+118+13=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 118 (46.48% from 255 or 76.13% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 118 - color contains mainly: green. Hex color #18760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18760D is #E789F2. Grayscale: #4E4E4E. Windows color (decimal): -15174131 or 882200. OLE color: 882200.

HSL color Cylindrical-coordinate representation of color #18760D: hue angle of 113.71º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #18760D is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 118 13 -
CMYK 0.80 0 0.89 0.54
HSL 113.71º 0.8% 0.26% -
HSV(B) 113.71º 0.89% 0.46% -
XYZ 6.93 13.18 2.56 -
YUV 77.92 91.36 89.54 -
System Red Green Blue C M Y K H S L
Decimal 24 118 13 0.80 0 0.89 0.54 113.71 0.8 0.26
Hex 18 76 D 50 0 59 36 72 50 1A
Octal 30 166 15 120 0 131 66 162 120 32
Binary 11000 1110110 1101 1010000 0 1011001 110110 1110010 1010000 11010

Color Harmonies of #18760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18760D

Black with #18760D

Text Example


Text Example

White with #18760D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18760D; }

 p { color: rgb(24,118,13); }

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

background-color css

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

 a { background-color: rgb(24,118,13); }

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

border-color css

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

 span { border-color: rgb(24,118,13); }

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