Html Css Color HEX #125F02 Green

📋 copy color: '#125F02'

red 18 ◦ green 95 ◦ blue 2

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

Shades of Green #125F02

Tints of Green #125F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 15.65%
G = 82.61%
B = 1.74%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.63

RGB Variations

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

Color information

#125F02 (or 0x125F02) is known color: Green. HEX triplet: 12, 5F and 02. RGB value is (18,95,2). Sum of RGB (Red+Green+Blue) = 18+95+2=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 95 (37.5% from 255 or 82.61% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 95 - color contains mainly: green. Hex color #125F02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125F02 is #EDA0FD. Grayscale: #3D3D3D. Windows color (decimal): -15573246 or 155410. OLE color: 155410.

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

Color convert

RGB 18 95 2 -
CMYK 0.81 0 0.98 0.63
HSL 109.68º 0.96% 0.19% -
HSV(B) 109.68º 0.98% 0.37% -
XYZ 4.35 8.32 1.43 -
YUV 61.38 94.49 97.06 -
System Red Green Blue C M Y K H S L
Decimal 18 95 2 0.81 0 0.98 0.63 109.68 0.96 0.19
Hex 12 5F 2 51 0 62 3F 6E 60 13
Octal 22 137 2 121 0 142 77 156 140 23
Binary 10010 1011111 10 1010001 0 1100010 111111 1101110 1100000 10011

Color Harmonies of #125F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125F02

Black with #125F02

Text Example


Text Example

White with #125F02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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