#58A302

Color #58A302 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #58A302

Tints of Christi #58A302

Color information

#58A302 (or 0x58A302) is unknown color: approx Christi. HEX triplet: 58, A3 and 02. RGB value is (88,163,2). Sum of RGB (Red+Green+Blue) = 88+163+2=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 163 (64.06% from 255 or 64.43% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 163 - color contains mainly: green. Hex color #58A302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58A302 is #A75CFD. Grayscale: #7A7A7A. Windows color (decimal): -10968318 or 172888. OLE color: 172888.

HSL color Cylindrical-coordinate representation of color #58A302: hue angle of 87.95º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #58A302 is Cyan = 0.46, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB881632-
CMYK0.4600.990.36
HSL87.95º97.58%32.35%-
HSV(B)87.95º98.77%63.92%-
XYZ17.1328.274.61-
YUV122.2260.15103.59-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.78%
GREEN value IS 163 (64.06% from 255) = 64.43%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=34.78%
G=64.43%
B=0.79%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal8816320.4600.990.3687.9597.5832.35
Hex58A322E06324586220
Octal13024325601434413014240
Binary101100010100011101011100110001110010010110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,163,2); }

 H1.HeaderClassName
 {
   color: #58A302;
 }
 .AnyTagClassName
 {
   color: #58A302;
 }
</style>
background-color css

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

 a { background-color: rgb(88,163,2); }

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

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

 span { border-color: rgb(88,163,2); }

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