Html Css Color HEX #126915 Green

📋 copy color: '#126915'

red 18 ◦ green 105 ◦ blue 21

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

Shades of Green #126915

Tints of Green #126915

RGB

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

 GREEN value IS 105 (41.41% from 255) = 72.92%

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 12.5%
G = 72.92%
B = 14.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#126915 (or 0x126915) is known color: Green. HEX triplet: 12, 69 and 15. RGB value is (18,105,21). Sum of RGB (Red+Green+Blue) = 18+105+21=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 105 (41.41% from 255 or 72.92% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 105 - color contains mainly: green. Hex color #126915 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126915 is #ED96EA. Grayscale: #454545. Windows color (decimal): -15570667 or 1403154. OLE color: 1403154.

HSL color Cylindrical-coordinate representation of color #126915: hue angle of 122.07º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126915 is Cyan = 0.83, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 21 -
CMYK 0.83 0 0.80 0.59
HSL 122.07º 0.71% 0.24% -
HSV(B) 122.07º 0.83% 0.41% -
XYZ 5.44 10.29 2.41 -
YUV 69.41 100.68 91.33 -
System Red Green Blue C M Y K H S L
Decimal 18 105 21 0.83 0 0.80 0.59 122.07 0.71 0.24
Hex 12 69 15 53 0 50 3B 7A 47 18
Octal 22 151 25 123 0 120 73 172 107 30
Binary 10010 1101001 10101 1010011 0 1010000 111011 1111010 1000111 11000

Color Harmonies of #126915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126915

Black with #126915

Text Example


Text Example

White with #126915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126915; }

 p { color: rgb(18,105,21); }

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

background-color css

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

 a { background-color: rgb(18,105,21); }

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

border-color css

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

 span { border-color: rgb(18,105,21); }

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