Html Css Color HEX #72AE42 Apple

📋 copy color: '#72AE42'

red 114 ◦ green 174 ◦ blue 66

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

Shades of Apple #72AE42

Tints of Apple #72AE42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.64%

R = 32.2%
G = 49.15%
B = 18.64%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#72AE42 (or 0x72AE42) is known color: Apple. HEX triplet: 72, AE and 42. RGB value is (114,174,66). Sum of RGB (Red+Green+Blue) = 114+174+66=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 66 (26.17% from 255 or 18.64% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AE42 is #8D51BD. Grayscale: #909090. Windows color (decimal): -9261502 or 4370034. OLE color: 4370034.

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

Color convert

RGB 114 174 66 -
CMYK 0.34 0 0.62 0.32
HSL 93.33º 0.45% 0.47% -
HSV(B) 93.33º 0.62% 0.68% -
XYZ 23.06 34.24 10.55 -
YUV 143.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 114 174 66 0.34 0 0.62 0.32 93.33 0.45 0.47
Hex 72 AE 42 22 0 3E 20 5D 2D 2F
Octal 162 256 102 42 0 76 40 135 55 57
Binary 1110010 10101110 1000010 100010 0 111110 100000 1011101 101101 101111

Color Harmonies of #72AE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72AE42

Black with #72AE42

Text Example


Text Example

White with #72AE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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