Html Css Color HEX #78AC1F Lima

📋 copy color: '#78AC1F'

red 120 ◦ green 172 ◦ blue 31

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

Shades of Lima #78AC1F

Tints of Lima #78AC1F

RGB

 RED value IS 120 (47.27% from 255) = 37.15%

 GREEN value IS 172 (67.58% from 255) = 53.25%

 BLUE value IS 31 (12.5% from 255) = 9.6%

R = 37.15%
G = 53.25%
B = 9.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#78AC1F (or 0x78AC1F) is known color: Lima. HEX triplet: 78, AC and 1F. RGB value is (120,172,31). Sum of RGB (Red+Green+Blue) = 120+172+31=323 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.15% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #78AC1F is #8753E0. Grayscale: #8C8C8C. Windows color (decimal): -8868833 or 2075768. OLE color: 2075768.

HSL color Cylindrical-coordinate representation of color #78AC1F: hue angle of 82.13º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #78AC1F is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 172 31 -
CMYK 0.30 0 0.82 0.33
HSL 82.13º 0.69% 0.4% -
HSV(B) 82.13º 0.82% 0.67% -
XYZ 22.75 33.6 6.58 -
YUV 140.38 66.27 113.46 -
System Red Green Blue C M Y K H S L
Decimal 120 172 31 0.30 0 0.82 0.33 82.13 0.69 0.4
Hex 78 AC 1F 1E 0 52 21 52 45 28
Octal 170 254 37 36 0 122 41 122 105 50
Binary 1111000 10101100 11111 11110 0 1010010 100001 1010010 1000101 101000

Color Harmonies of #78AC1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AC1F

Black with #78AC1F

Text Example


Text Example

White with #78AC1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78AC1F; }

 p { color: rgb(120,172,31); }

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

background-color css

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

 a { background-color: rgb(120,172,31); }

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

border-color css

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

 span { border-color: rgb(120,172,31); }

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