Html Css Color HEX #126504 Green

📋 copy color: '#126504'

red 18 ◦ green 101 ◦ blue 4

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

Shades of Green #126504

Tints of Green #126504

RGB

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

 GREEN value IS 101 (39.84% from 255) = 82.11%

 BLUE value IS 4 (1.95% from 255) = 3.25%

R = 14.63%
G = 82.11%
B = 3.25%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.60

RGB Variations

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

Color information

#126504 (or 0x126504) is known color: Green. HEX triplet: 12, 65 and 04. RGB value is (18,101,4). Sum of RGB (Red+Green+Blue) = 18+101+4=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 101 (39.84% from 255 or 82.11% from 123); Blue value is 4 (1.95% from 255 or 3.25% from 123); Max value from RGB is 101 - color contains mainly: green. Hex color #126504 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126504 is #ED9AFB. Grayscale: #414141. Windows color (decimal): -15571708 or 288018. OLE color: 288018.

HSL color Cylindrical-coordinate representation of color #126504: hue angle of 111.34º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #126504 is Cyan = 0.82, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.60.

Color convert

RGB 18 101 4 -
CMYK 0.82 0 0.96 0.60
HSL 111.34º 0.92% 0.21% -
HSV(B) 111.34º 0.96% 0.4% -
XYZ 4.93 9.44 1.68 -
YUV 65.13 93.5 94.39 -
System Red Green Blue C M Y K H S L
Decimal 18 101 4 0.82 0 0.96 0.60 111.34 0.92 0.21
Hex 12 65 4 52 0 60 3C 6F 5C 15
Octal 22 145 4 122 0 140 74 157 134 25
Binary 10010 1100101 100 1010010 0 1100000 111100 1101111 1011100 10101

Color Harmonies of #126504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126504

Black with #126504

Text Example


Text Example

White with #126504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126504; }

 p { color: rgb(18,101,4); }

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

background-color css

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

 a { background-color: rgb(18,101,4); }

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

border-color css

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

 span { border-color: rgb(18,101,4); }

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