Html Css Color HEX #74AC26 Lima

📋 copy color: '#74AC26'

red 116 ◦ green 172 ◦ blue 38

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

Shades of Lima #74AC26

Tints of Lima #74AC26

RGB

 RED value IS 116 (45.7% from 255) = 35.58%

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

 BLUE value IS 38 (15.23% from 255) = 11.66%

R = 35.58%
G = 52.76%
B = 11.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#74AC26 (or 0x74AC26) is known color: Lima. HEX triplet: 74, AC and 26. RGB value is (116,172,38). Sum of RGB (Red+Green+Blue) = 116+172+38=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 172 (67.58% from 255 or 52.76% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC26 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC26 is #8B53D9. Grayscale: #8C8C8C. Windows color (decimal): -9130970 or 2534516. OLE color: 2534516.

HSL color Cylindrical-coordinate representation of color #74AC26: hue angle of 85.07º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74AC26 is Cyan = 0.33, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 172 38 -
CMYK 0.33 0 0.78 0.33
HSL 85.07º 0.64% 0.41% -
HSV(B) 85.07º 0.78% 0.67% -
XYZ 22.3 33.36 7.1 -
YUV 139.98 70.45 110.9 -
System Red Green Blue C M Y K H S L
Decimal 116 172 38 0.33 0 0.78 0.33 85.07 0.64 0.41
Hex 74 AC 26 21 0 4E 21 55 40 29
Octal 164 254 46 41 0 116 41 125 100 51
Binary 1110100 10101100 100110 100001 0 1001110 100001 1010101 1000000 101001

Color Harmonies of #74AC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74AC26

Black with #74AC26

Text Example


Text Example

White with #74AC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74AC26; }

 p { color: rgb(116,172,38); }

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

background-color css

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

 a { background-color: rgb(116,172,38); }

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

border-color css

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

 span { border-color: rgb(116,172,38); }

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