Html Css Color HEX #127B02 Green

📋 copy color: '#127B02'

red 18 ◦ green 123 ◦ blue 2

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

Shades of Green #127B02

Tints of Green #127B02

RGB

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

 GREEN value IS 123 (48.44% from 255) = 86.01%

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

R = 12.59%
G = 86.01%
B = 1.4%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.98

 K value IS 0.52

RGB Variations

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

Color information

#127B02 (or 0x127B02) is known color: Green. HEX triplet: 12, 7B and 02. RGB value is (18,123,2). Sum of RGB (Red+Green+Blue) = 18+123+2=143 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.59% from 143); Green value is 123 (48.44% from 255 or 86.01% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 123 - color contains mainly: green. Hex color #127B02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127B02 is #ED84FD. Grayscale: #4E4E4E. Windows color (decimal): -15566078 or 162578. OLE color: 162578.

HSL color Cylindrical-coordinate representation of color #127B02: hue angle of 112.07º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #127B02 is Cyan = 0.85, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.52.

Color convert

RGB 18 123 2 -
CMYK 0.85 0 0.98 0.52
HSL 112.07º 0.97% 0.25% -
HSV(B) 112.07º 0.98% 0.48% -
XYZ 7.34 14.3 2.43 -
YUV 77.81 85.21 85.34 -
System Red Green Blue C M Y K H S L
Decimal 18 123 2 0.85 0 0.98 0.52 112.07 0.97 0.25
Hex 12 7B 2 55 0 62 34 70 61 19
Octal 22 173 2 125 0 142 64 160 141 31
Binary 10010 1111011 10 1010101 0 1100010 110100 1110000 1100001 11001

Color Harmonies of #127B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127B02

Black with #127B02

Text Example


Text Example

White with #127B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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