Html Css Color HEX #7FAD01 Lima

📋 copy color: '#7FAD01'

red 127 ◦ green 173 ◦ blue 1

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

Shades of Lima #7FAD01

Tints of Lima #7FAD01

RGB

 RED value IS 127 (50% from 255) = 42.19%

 GREEN value IS 173 (67.97% from 255) = 57.48%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 42.19%
G = 57.48%
B = 0.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#7FAD01 (or 0x7FAD01) is known color: Lima. HEX triplet: 7F, AD and 01. RGB value is (127,173,1). Sum of RGB (Red+Green+Blue) = 127+173+1=301 (39% of max value = 765). Red value is 127 (50% from 255 or 42.19% from 301); Green value is 173 (67.97% from 255 or 57.48% from 301); Blue value is 1 (0.78% from 255 or 0.33% from 301); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7FAD01 is #8052FE. Grayscale: #8C8C8C. Windows color (decimal): -8409855 or 109951. OLE color: 109951.

HSL color Cylindrical-coordinate representation of color #7FAD01: hue angle of 76.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7FAD01 is Cyan = 0.27, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 173 1 -
CMYK 0.27 0 0.99 0.32
HSL 76.05º 0.99% 0.34% -
HSV(B) 76.05º 0.99% 0.68% -
XYZ 23.7 34.4 5.42 -
YUV 139.64 49.76 118.99 -
System Red Green Blue C M Y K H S L
Decimal 127 173 1 0.27 0 0.99 0.32 76.05 0.99 0.34
Hex 7F AD 1 1B 0 63 20 4C 63 22
Octal 177 255 1 33 0 143 40 114 143 42
Binary 1111111 10101101 1 11011 0 1100011 100000 1001100 1100011 100010

Color Harmonies of #7FAD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD01

Black with #7FAD01

Text Example


Text Example

White with #7FAD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7FAD01; }

 p { color: rgb(127,173,1); }

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

background-color css

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

 a { background-color: rgb(127,173,1); }

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

border-color css

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

 span { border-color: rgb(127,173,1); }

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