Html Css Color HEX #58AC3F Apple

📋 copy color: '#58AC3F'

red 88 ◦ green 172 ◦ blue 63

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

Shades of Apple #58AC3F

Tints of Apple #58AC3F

RGB

 RED value IS 88 (34.77% from 255) = 27.24%

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

 BLUE value IS 63 (25% from 255) = 19.5%

R = 27.24%
G = 53.25%
B = 19.5%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#58AC3F (or 0x58AC3F) is known color: Apple. HEX triplet: 58, AC and 3F. RGB value is (88,172,63). Sum of RGB (Red+Green+Blue) = 88+172+63=323 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.24% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #58AC3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AC3F is #A753C0. Grayscale: #868686. Windows color (decimal): -10965953 or 4172888. OLE color: 4172888.

HSL color Cylindrical-coordinate representation of color #58AC3F: hue angle of 106.24º 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 #58AC3F is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 172 63 -
CMYK 0.49 0 0.63 0.33
HSL 106.24º 0.46% 0.46% -
HSV(B) 106.24º 0.63% 0.67% -
XYZ 19.67 31.94 9.83 -
YUV 134.46 87.67 94.86 -
System Red Green Blue C M Y K H S L
Decimal 88 172 63 0.49 0 0.63 0.33 106.24 0.46 0.46
Hex 58 AC 3F 31 0 3F 21 6A 2E 2E
Octal 130 254 77 61 0 77 41 152 56 56
Binary 1011000 10101100 111111 110001 0 111111 100001 1101010 101110 101110

Color Harmonies of #58AC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AC3F

Black with #58AC3F

Text Example


Text Example

White with #58AC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58AC3F; }

 p { color: rgb(88,172,63); }

 H1.HeaderClassName
 {
   color: #58AC3F;
 }
 .AnyTagClassName
 {
   color: #58AC3F;
 }
</style>

background-color css

<style>
 a { background-color: #58AC3F; }

 a { background-color: rgb(88,172,63); }

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

border-color css

<style>
 span { border-color: #58AC3F; }

 span { border-color: rgb(88,172,63); }

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