Html Css Color HEX #5DA272 Oxley

📋 copy color: '#5DA272'

red 93 ◦ green 162 ◦ blue 114

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

Shades of Oxley #5DA272

Tints of Oxley #5DA272

RGB

 RED value IS 93 (36.72% from 255) = 25.2%

 GREEN value IS 162 (63.67% from 255) = 43.9%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 25.2%
G = 43.9%
B = 30.89%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#5DA272 (or 0x5DA272) is known color: Oxley. HEX triplet: 5D, A2 and 72. RGB value is (93,162,114). Sum of RGB (Red+Green+Blue) = 93+162+114=369 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.20% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #5DA272 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5DA272 is #A25D8D. Grayscale: #888888. Windows color (decimal): -10640782 or 7512669. OLE color: 7512669.

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

Color convert

RGB 93 162 114 -
CMYK 0.43 0 0.30 0.36
HSL 138.26º 0.27% 0.5% -
HSV(B) 138.26º 0.43% 0.64% -
XYZ 20.47 29.38 20.51 -
YUV 135.9 115.64 97.4 -
System Red Green Blue C M Y K H S L
Decimal 93 162 114 0.43 0 0.30 0.36 138.26 0.27 0.5
Hex 5D A2 72 2B 0 1E 24 8A 1B 32
Octal 135 242 162 53 0 36 44 212 33 62
Binary 1011101 10100010 1110010 101011 0 11110 100100 10001010 11011 110010

Color Harmonies of #5DA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DA272

Black with #5DA272

Text Example


Text Example

White with #5DA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,162,114); }

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

background-color css

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

 a { background-color: rgb(93,162,114); }

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

border-color css

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

 span { border-color: rgb(93,162,114); }

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