Html Css Color HEX #5FA46D Oxley

📋 copy color: '#5FA46D'

red 95 ◦ green 164 ◦ blue 109

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

Shades of Oxley #5FA46D

Tints of Oxley #5FA46D

RGB

 RED value IS 95 (37.5% from 255) = 25.82%

 GREEN value IS 164 (64.45% from 255) = 44.57%

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 25.82%
G = 44.57%
B = 29.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#5FA46D (or 0x5FA46D) is known color: Oxley. HEX triplet: 5F, A4 and 6D. RGB value is (95,164,109). Sum of RGB (Red+Green+Blue) = 95+164+109=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #5FA46D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA46D is #A05B92. Grayscale: #898989. Windows color (decimal): -10509203 or 7185503. OLE color: 7185503.

HSL color Cylindrical-coordinate representation of color #5FA46D: hue angle of 132.17º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA46D is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB 95 164 109 -
CMYK 0.42 0 0.34 0.36
HSL 132.17º 0.27% 0.51% -
HSV(B) 132.17º 0.42% 0.64% -
XYZ 20.76 30.09 19.18 -
YUV 137.1 112.14 97.97 -
System Red Green Blue C M Y K H S L
Decimal 95 164 109 0.42 0 0.34 0.36 132.17 0.27 0.51
Hex 5F A4 6D 2A 0 22 24 84 1B 33
Octal 137 244 155 52 0 42 44 204 33 63
Binary 1011111 10100100 1101101 101010 0 100010 100100 10000100 11011 110011

Color Harmonies of #5FA46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5FA46D

Black with #5FA46D

Text Example


Text Example

White with #5FA46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5FA46D; }

 p { color: rgb(95,164,109); }

 H1.HeaderClassName
 {
   color: #5FA46D;
 }
 .AnyTagClassName
 {
   color: #5FA46D;
 }
</style>

background-color css

<style>
 a { background-color: #5FA46D; }

 a { background-color: rgb(95,164,109); }

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

border-color css

<style>
 span { border-color: #5FA46D; }

 span { border-color: rgb(95,164,109); }

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