Html Css Color HEX #5CA16D Oxley

📋 copy color: '#5CA16D'

red 92 ◦ green 161 ◦ blue 109

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

Shades of Oxley #5CA16D

Tints of Oxley #5CA16D

RGB

 RED value IS 92 (36.33% from 255) = 25.41%

 GREEN value IS 161 (63.28% from 255) = 44.48%

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

R = 25.41%
G = 44.48%
B = 30.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#5CA16D (or 0x5CA16D) is known color: Oxley. HEX triplet: 5C, A1 and 6D. RGB value is (92,161,109). Sum of RGB (Red+Green+Blue) = 92+161+109=362 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.41% from 362); Green value is 161 (63.28% from 255 or 44.48% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 161 - color contains mainly: green. Hex color #5CA16D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5CA16D is #A35E92. Grayscale: #868686. Windows color (decimal): -10706579 or 7184732. OLE color: 7184732.

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

Color convert

RGB 92 161 109 -
CMYK 0.43 0 0.32 0.37
HSL 134.78º 0.27% 0.5% -
HSV(B) 134.78º 0.43% 0.63% -
XYZ 19.92 28.87 18.99 -
YUV 134.44 113.64 97.73 -
System Red Green Blue C M Y K H S L
Decimal 92 161 109 0.43 0 0.32 0.37 134.78 0.27 0.5
Hex 5C A1 6D 2B 0 20 25 87 1B 32
Octal 134 241 155 53 0 40 45 207 33 62
Binary 1011100 10100001 1101101 101011 0 100000 100101 10000111 11011 110010

Color Harmonies of #5CA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5CA16D

Black with #5CA16D

Text Example


Text Example

White with #5CA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,161,109); }

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

background-color css

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

 a { background-color: rgb(92,161,109); }

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

border-color css

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

 span { border-color: rgb(92,161,109); }

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