Html Css Color HEX #127905 Green

📋 copy color: '#127905'

red 18 ◦ green 121 ◦ blue 5

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

Shades of Green #127905

Tints of Green #127905

RGB

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

 GREEN value IS 121 (47.66% from 255) = 84.03%

 BLUE value IS 5 (2.34% from 255) = 3.47%

R = 12.5%
G = 84.03%
B = 3.47%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#127905 (or 0x127905) is known color: Green. HEX triplet: 12, 79 and 05. RGB value is (18,121,5). Sum of RGB (Red+Green+Blue) = 18+121+5=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 121 (47.66% from 255 or 84.03% from 144); Blue value is 5 (2.34% from 255 or 3.47% from 144); Max value from RGB is 121 - color contains mainly: green. Hex color #127905 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127905 is #ED86FA. Grayscale: #4D4D4D. Windows color (decimal): -15566587 or 358674. OLE color: 358674.

HSL color Cylindrical-coordinate representation of color #127905: hue angle of 113.28º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #127905 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 121 5 -
CMYK 0.85 0 0.96 0.53
HSL 113.28º 0.92% 0.25% -
HSV(B) 113.28º 0.96% 0.47% -
XYZ 7.11 13.81 2.44 -
YUV 76.98 87.38 85.93 -
System Red Green Blue C M Y K H S L
Decimal 18 121 5 0.85 0 0.96 0.53 113.28 0.92 0.25
Hex 12 79 5 55 0 60 35 71 5C 19
Octal 22 171 5 125 0 140 65 161 134 31
Binary 10010 1111001 101 1010101 0 1100000 110101 1110001 1011100 11001

Color Harmonies of #127905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127905

Black with #127905

Text Example


Text Example

White with #127905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127905; }

 p { color: rgb(18,121,5); }

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

background-color css

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

 a { background-color: rgb(18,121,5); }

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

border-color css

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

 span { border-color: rgb(18,121,5); }

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