Html Css Color HEX #72AC40 Apple

📋 copy color: '#72AC40'

red 114 ◦ green 172 ◦ blue 64

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

Shades of Apple #72AC40

Tints of Apple #72AC40

RGB

 RED value IS 114 (44.92% from 255) = 32.57%

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

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 32.57%
G = 49.14%
B = 18.29%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#72AC40 (or 0x72AC40) is known color: Apple. HEX triplet: 72, AC and 40. RGB value is (114,172,64). Sum of RGB (Red+Green+Blue) = 114+172+64=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #72AC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AC40 is #8D53BF. Grayscale: #8E8E8E. Windows color (decimal): -9262016 or 4238450. OLE color: 4238450.

HSL color Cylindrical-coordinate representation of color #72AC40: hue angle of 92.22º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72AC40 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 172 64 -
CMYK 0.34 0 0.63 0.33
HSL 92.22º 0.46% 0.46% -
HSV(B) 92.22º 0.63% 0.67% -
XYZ 22.62 33.45 10.12 -
YUV 142.35 83.78 107.78 -
System Red Green Blue C M Y K H S L
Decimal 114 172 64 0.34 0 0.63 0.33 92.22 0.46 0.46
Hex 72 AC 40 22 0 3F 21 5C 2E 2E
Octal 162 254 100 42 0 77 41 134 56 56
Binary 1110010 10101100 1000000 100010 0 111111 100001 1011100 101110 101110

Color Harmonies of #72AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AC40

Black with #72AC40

Text Example


Text Example

White with #72AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72AC40; }

 p { color: rgb(114,172,64); }

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

background-color css

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

 a { background-color: rgb(114,172,64); }

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

border-color css

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

 span { border-color: rgb(114,172,64); }

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