Html Css Color HEX #125F04 Green

📋 copy color: '#125F04'

red 18 ◦ green 95 ◦ blue 4

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

Shades of Green #125F04

Tints of Green #125F04

RGB

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

 GREEN value IS 95 (37.5% from 255) = 81.2%

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

R = 15.38%
G = 81.2%
B = 3.42%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.96

 K value IS 0.63

RGB Variations

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

Color information

#125F04 (or 0x125F04) is known color: Green. HEX triplet: 12, 5F and 04. RGB value is (18,95,4). Sum of RGB (Red+Green+Blue) = 18+95+4=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 95 (37.5% from 255 or 81.20% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 95 - color contains mainly: green. Hex color #125F04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F04 is #EDA0FB. Grayscale: #3D3D3D. Windows color (decimal): -15573244 or 286482. OLE color: 286482.

HSL color Cylindrical-coordinate representation of color #125F04: hue angle of 110.77º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #125F04 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.63.

Color convert

RGB 18 95 4 -
CMYK 0.81 0 0.96 0.63
HSL 110.77º 0.92% 0.19% -
HSV(B) 110.77º 0.96% 0.37% -
XYZ 4.36 8.32 1.49 -
YUV 61.6 95.49 96.9 -
System Red Green Blue C M Y K H S L
Decimal 18 95 4 0.81 0 0.96 0.63 110.77 0.92 0.19
Hex 12 5F 4 51 0 60 3F 6F 5C 13
Octal 22 137 4 121 0 140 77 157 134 23
Binary 10010 1011111 100 1010001 0 1100000 111111 1101111 1011100 10011

Color Harmonies of #125F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F04

Black with #125F04

Text Example


Text Example

White with #125F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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