Html Css Color HEX #54A042 Apple

📋 copy color: '#54A042'

red 84 ◦ green 160 ◦ blue 66

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

Shades of Apple #54A042

Tints of Apple #54A042

RGB

 RED value IS 84 (33.2% from 255) = 27.1%

 GREEN value IS 160 (62.89% from 255) = 51.61%

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

R = 27.1%
G = 51.61%
B = 21.29%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.59

 K value IS 0.37

RGB Variations

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

Color information

#54A042 (or 0x54A042) is known color: Apple. HEX triplet: 54, A0 and 42. RGB value is (84,160,66). Sum of RGB (Red+Green+Blue) = 84+160+66=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 160 (62.89% from 255 or 51.61% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 160 - color contains mainly: green. Hex color #54A042 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A042 is #AB5FBD. Grayscale: #7E7E7E. Windows color (decimal): -11231166 or 4366420. OLE color: 4366420.

HSL color Cylindrical-coordinate representation of color #54A042: hue angle of 108.51º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54A042 is Cyan = 0.48, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 66 -
CMYK 0.48 0 0.59 0.37
HSL 108.51º 0.42% 0.44% -
HSV(B) 108.51º 0.59% 0.63% -
XYZ 17.21 27.42 9.54 -
YUV 126.56 93.82 97.64 -
System Red Green Blue C M Y K H S L
Decimal 84 160 66 0.48 0 0.59 0.37 108.51 0.42 0.44
Hex 54 A0 42 30 0 3B 25 6D 2A 2C
Octal 124 240 102 60 0 73 45 155 52 54
Binary 1010100 10100000 1000010 110000 0 111011 100101 1101101 101010 101100

Color Harmonies of #54A042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A042

Black with #54A042

Text Example


Text Example

White with #54A042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A042; }

 p { color: rgb(84,160,66); }

 H1.HeaderClassName
 {
   color: #54A042;
 }
 .AnyTagClassName
 {
   color: #54A042;
 }
</style>

background-color css

<style>
 a { background-color: #54A042; }

 a { background-color: rgb(84,160,66); }

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

border-color css

<style>
 span { border-color: #54A042; }

 span { border-color: rgb(84,160,66); }

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