Html Css Color HEX #72AE40 Apple

📋 copy color: '#72AE40'

red 114 ◦ green 174 ◦ blue 64

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

Shades of Apple #72AE40

Tints of Apple #72AE40

RGB

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

 GREEN value IS 174 (68.36% from 255) = 49.43%

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

R = 32.39%
G = 49.43%
B = 18.18%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.63

 K value IS 0.32

RGB Variations

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

Color information

#72AE40 (or 0x72AE40) is known color: Apple. HEX triplet: 72, AE and 40. RGB value is (114,174,64). Sum of RGB (Red+Green+Blue) = 114+174+64=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 174 (68.36% from 255 or 49.43% from 352); Blue value is 64 (25.39% from 255 or 18.18% from 352); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AE40 is #8D51BF. Grayscale: #8F8F8F. Windows color (decimal): -9261504 or 4238962. OLE color: 4238962.

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

Color convert

RGB 114 174 64 -
CMYK 0.34 0 0.63 0.32
HSL 92.73º 0.46% 0.47% -
HSV(B) 92.73º 0.63% 0.68% -
XYZ 23 34.22 10.24 -
YUV 143.52 83.12 106.94 -
System Red Green Blue C M Y K H S L
Decimal 114 174 64 0.34 0 0.63 0.32 92.73 0.46 0.47
Hex 72 AE 40 22 0 3F 20 5D 2E 2F
Octal 162 256 100 42 0 77 40 135 56 57
Binary 1110010 10101110 1000000 100010 0 111111 100000 1011101 101110 101111

Color Harmonies of #72AE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AE40

Black with #72AE40

Text Example


Text Example

White with #72AE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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