Html Css Color HEX #127602 Green

📋 copy color: '#127602'

red 18 ◦ green 118 ◦ blue 2

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

Shades of Green #127602

Tints of Green #127602

RGB

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

 GREEN value IS 118 (46.48% from 255) = 85.51%

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

R = 13.04%
G = 85.51%
B = 1.45%

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

#127602 (or 0x127602) is known color: Green. HEX triplet: 12, 76 and 02. RGB value is (18,118,2). Sum of RGB (Red+Green+Blue) = 18+118+2=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 118 (46.48% from 255 or 85.51% from 138); Blue value is 2 (1.17% from 255 or 1.45% from 138); Max value from RGB is 118 - color contains mainly: green. Hex color #127602 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127602 is #ED89FD. Grayscale: #4B4B4B. Windows color (decimal): -15567358 or 161298. OLE color: 161298.

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

Color convert

RGB 18 118 2 -
CMYK 0.85 0 0.98 0.54
HSL 111.72º 0.97% 0.24% -
HSV(B) 111.72º 0.98% 0.46% -
XYZ 6.74 13.09 2.23 -
YUV 74.88 86.87 87.43 -
System Red Green Blue C M Y K H S L
Decimal 18 118 2 0.85 0 0.98 0.54 111.72 0.97 0.24
Hex 12 76 2 55 0 62 36 70 61 18
Octal 22 166 2 125 0 142 66 160 141 30
Binary 10010 1110110 10 1010101 0 1100010 110110 1110000 1100001 11000

Color Harmonies of #127602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127602

Black with #127602

Text Example


Text Example

White with #127602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127602; }

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

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

background-color css

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

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

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

border-color css

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

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

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