Html Css Color HEX #5EA46E Oxley

📋 copy color: '#5EA46E'

red 94 ◦ green 164 ◦ blue 110

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

Shades of Oxley #5EA46E

Tints of Oxley #5EA46E

RGB

 RED value IS 94 (37.11% from 255) = 25.54%

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

 BLUE value IS 110 (43.36% from 255) = 29.89%

R = 25.54%
G = 44.57%
B = 29.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#5EA46E (or 0x5EA46E) is known color: Oxley. HEX triplet: 5E, A4 and 6E. RGB value is (94,164,110). Sum of RGB (Red+Green+Blue) = 94+164+110=368 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.54% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #5EA46E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5EA46E is #A15B91. Grayscale: #898989. Windows color (decimal): -10574738 or 7251038. OLE color: 7251038.

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

Color convert

RGB 94 164 110 -
CMYK 0.43 0 0.33 0.36
HSL 133.71º 0.28% 0.51% -
HSV(B) 133.71º 0.43% 0.64% -
XYZ 20.71 30.06 19.46 -
YUV 136.91 112.81 97.39 -
System Red Green Blue C M Y K H S L
Decimal 94 164 110 0.43 0 0.33 0.36 133.71 0.28 0.51
Hex 5E A4 6E 2B 0 21 24 86 1C 33
Octal 136 244 156 53 0 41 44 206 34 63
Binary 1011110 10100100 1101110 101011 0 100001 100100 10000110 11100 110011

Color Harmonies of #5EA46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5EA46E

Black with #5EA46E

Text Example


Text Example

White with #5EA46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,164,110); }

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

background-color css

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

 a { background-color: rgb(94,164,110); }

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

border-color css

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

 span { border-color: rgb(94,164,110); }

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