Html Css Color HEX #127502 Green

📋 copy color: '#127502'

red 18 ◦ green 117 ◦ blue 2

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

Shades of Green #127502

Tints of Green #127502

RGB

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

 GREEN value IS 117 (46.09% from 255) = 85.4%

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

R = 13.14%
G = 85.4%
B = 1.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#127502 (or 0x127502) is known color: Green. HEX triplet: 12, 75 and 02. RGB value is (18,117,2). Sum of RGB (Red+Green+Blue) = 18+117+2=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 117 (46.09% from 255 or 85.40% from 137); Blue value is 2 (1.17% from 255 or 1.46% from 137); Max value from RGB is 117 - color contains mainly: green. Hex color #127502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127502 is #ED8AFD. Grayscale: #4A4A4A. Windows color (decimal): -15567614 or 161042. OLE color: 161042.

HSL color Cylindrical-coordinate representation of color #127502: hue angle of 111.65º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #127502 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 117 2 -
CMYK 0.85 0 0.98 0.54
HSL 111.65º 0.97% 0.23% -
HSV(B) 111.65º 0.98% 0.46% -
XYZ 6.62 12.86 2.19 -
YUV 74.29 87.2 87.85 -
System Red Green Blue C M Y K H S L
Decimal 18 117 2 0.85 0 0.98 0.54 111.65 0.97 0.23
Hex 12 75 2 55 0 62 36 70 61 17
Octal 22 165 2 125 0 142 66 160 141 27
Binary 10010 1110101 10 1010101 0 1100010 110110 1110000 1100001 10111

Color Harmonies of #127502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127502

Black with #127502

Text Example


Text Example

White with #127502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127502; }

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

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

background-color css

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

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

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

border-color css

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

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

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